This is a minimal Vite + Canvas + lil-gui prototype for the node game
cd node-game
npm install
npm run devOpen the local URL Vite prints in the terminal.
npm run build
npm run preview- Moved from a single HTML sketch to a tiny modern dev setup
- Added a live browser control panel with lil-gui
- Added configurable segment trails with hold and fade timing
- Expanded movement, node, grid, and debug controls
index.htmlsrc/main.jssrc/style.css
- The node remains locked to grid segments by only changing direction at intersections
- Pointer movement updates the desired target, and the node reroutes on the next intersection
- Touch works through pointer events, so mobile taps and drags should both work