https://github.com/maniator/snake
https://github.com/maniator/snake
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maniator/snake
- Owner: maniator
- Created: 2017-08-03T12:45:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T05:07:01.000Z (over 1 year ago)
- Last Synced: 2025-02-08T02:25:36.429Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://snace.herokuapp.com/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake
Demo located at: https://snace.herokuapp.com/
------
To start the game on a local server:
Please execute:
```
npm run buildAndServe
```
The console will respond back where the game is running (port etc)
Go to that url and you can start the game!