Skip to content

Files

Latest commit

author
Mauro Codella
Aug 7, 2017
6bb4814 · Aug 7, 2017

History

History
13 lines (7 loc) · 617 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 617 Bytes

🚧 Work In Progress 🚧

Snake

This is a really simple stand-alone implementation of Snake for the browser, using a modern front-end stack.

footage

See? Very, very simple.

As this project has been created using create-react-app, it's sufficient to clone this repo, run yarn install to install it's dependencies, and finally run yarn start to automatially open it in your favourite web browser. If you want to run the tests, simply execute yarn test.

If you're not using yarn, you can execute the commands above by replacing yarn with npm.