🚧 Work In Progress 🚧
This is a really simple stand-alone implementation of Snake for the browser, using a modern front-end stack.
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
.