Snake HTML Canvas video game.
Snake is a video game first released during the mid 1970s in arcades and has maintained popularity since then, becoming something of a classic.
For development, you will only need Node.js and a node global package, npm or yarn, installed in your environment.
$ git clone https://github.com/RolandoAndrade/snake.git
$ cd snake
$ npm install
$ npm run start
$ npm run build
This project is MIT License licensed.