Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.