A retro snake game made using react.js.
Head over to https://rakeshup.github.io/retro-snake/ to play the game
# clone
$ git clone https://github.com/RakeshUP/retro-snake.git
# install the dependencies
$ npm install
# to build run this command from the root directory
$ npm run-script build
MIT