Make sure you have Node and NPM installed. Then, use these commands:
$ npm install
$ npm run developTo run the project in a production setting, simply
$ npm install
$ npm run build
$ npm start- https://github.com/bibhuticoder/snake.io - offline game
- https://victorzhou.com/blog/build-an-io-game-part-1
- scoring
- leaderboard
- snake's eyes
- minimap
- field of vision
- make each part of player's body drawn independent
- add radius as GameObject property
- spawn players on unoccupied cell
None