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

https://github.com/startdusk/snake-game


https://github.com/startdusk/snake-game

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# snake-game

Forked [github.com/Jerga99/snake-rust-game](https://github.com/Jerga99/snake-rust-game)

[Online Visit Here](https://snakygame.herokuapp.com/)

## How to local run:

### Dependencies

1.Install Rust and NodeJS

2.Install "wasm-pack"

```bash
$ cargo install wasm-pack
```

### Run

```bash
$ cd snake-game && ./run.sh
```

Open the browser on localhost:3000