Skip to content

RolandoAndrade/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake HTML Canvas video game.

img.png

About

Snake is a video game first released during the mid 1970s in arcades and has maintained popularity since then, becoming something of a classic.

Requirements

For development, you will only need Node.js and a node global package, npm or yarn, installed in your environment.

Install

$ git clone https://github.com/RolandoAndrade/snake.git
$ cd snake
$ npm install

Running the project

$ npm run start

Build for production

$ npm run build

License

This project is MIT License licensed.