Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/js-snake
A simple Snake game
https://github.com/peterdee/js-snake
canvas javascript jquery snake-game
Last synced: about 2 months ago
JSON representation
A simple Snake game
- Host: GitHub
- URL: https://github.com/peterdee/js-snake
- Owner: peterdee
- Created: 2020-11-03T08:06:19.000Z (about 4 years ago)
- Default Branch: stage
- Last Pushed: 2020-11-17T17:41:17.000Z (about 4 years ago)
- Last Synced: 2023-03-03T23:44:00.878Z (almost 2 years ago)
- Topics: canvas, javascript, jquery, snake-game
- Language: JavaScript
- Homepage: https://js-snake-jquery.herokuapp.com
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## js-snake
A simple Snake game.
Stack: [jQuery](https://jquery.com), [Express](https://expressjs.com)
DEV: http://localhost:1100
STAGE: https://js-snake-jquery.herokuapp.com
Backend repository: https://github.com/peterdee/deno-snake
Backend endpoint: https://deno-snake.herokuapp.com
### Deploy
```shell script
git clone https://github.com/peterdee/js-snake
cd ./js-snake
nvm use 14
npm i
```### Launch
```shell script
npm run dev
```### Heroku
The `stage` branch is auto-deployed to Heroku.