A "3D"-ish take on the classic snake game using ThreeJS.
npm install
npm start
will spin up the dev-server- Visit
http://localhost:8080
Use arrow keys to change direction, shift to go in and ctrl to go out.
- app
- [ ] keep a record of all scoring events and some state during the game `{score, timestamp, snakelength, timeplayed}`
- server
- serves up the build assets
- some database for high scores
- api for sending and receiving scores