A simple snake game made with ES6.
yarn
yarn run build
This package is prebuild into the dist folder. Open dist/index.html to see the game in action!
Optionally you can run:
webpack-dev-server
Then open http://localhost:9000
- On page load do not start the game automatically
- Collision detection for snake to end game
- Make scoreboard
- After eating an apple update the scoreboard
- Two Players!
- Add multiple levels where as levels increase inital speed is higher
- Production build for JS
- Tests
- Make responsive and mobile friendly