A website for monitoring and controlling ComputerCraft turtle activities
Made it possible to watch for changes using nodemon
Added an asyncHandler to handle errors in async route functions
Improved asyncHandler typing
Nodemon now only watches src files
Created a custom error and handling for graphs with no valid path to destination
Fixed a bug with the JPS jump algorithm
Added a failing test for JPS that reveals bug
Fixed linter script bug and corrected the lint errors that followed
Fixed linter script bug and corrected the lint errors that followed
Fixed lint errors
Fixed lint script
Fixed lint errors
Updated dependencies
Reorganized package.json somewhat
Updated dependencies
Replaced pure CSS rendering with ThreeJS
Added missing eslint devDependency
Added README.md with screenshots
Updated index.js to the React 18 app initialization
JPS is no longer the first algorithm
Updated packages
Moved templates out of the src directory
Rewrote JPS to use generic dimension size
Renamed class Node
-> Node2D
Fixed some issues after changing to TypeScript
Removed unused test
Removed unused devDependency
Fixed bug where *.d.ts files would be tested by ava
Fixed .vscode/launch.json
Rewrote server to support graphs with any dimensions
Rewrote server to TS
Moved all files up one layer
Updated pom.xml
dependencies
Updated .gitignore