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.
- Host: GitHub
- URL: https://github.com/codella/snake
- Owner: codella
- License: apache-2.0
- Created: 2017-08-05T09:01:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T16:30:12.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T11:34:05.227Z (3 months ago)
- Topics: create-react-app, react, webpack
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

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`.