An open API service indexing awesome lists of open source software.

https://github.com/codella/snake

:construction: Work In Progress :construction: A stand-alone implementation of Snake for the browser, using a modern front-end stack.
https://github.com/codella/snake

create-react-app react webpack

Last synced: 3 months ago
JSON representation

:construction: Work In Progress :construction: A stand-alone implementation of Snake for the browser, using a modern front-end stack.

Awesome Lists containing this project

README

        

:construction: Work In Progress :construction:

# Snake

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

![footage](./footage.gif "In-game 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`.