Simple Snake clone built in javascript. Leveraged some features of javascript to add a level of difficulty.
- Score tracking
- Pausing (p)
- Increased speed with level
- node version 8 or higher
Clone the repo
git clone https://github.com/CoreyTrombley/js-snake-clone.git
Install packages
npm install
Start the server
npm start
After that you should be able to visit http://localhost:3000
- Javascript
- Webpack for compiling
- Corey Trombley - coreytrombley
This project is licensed under the MIT License - see the LICENSE file for details