https://github.com/startdusk/snake-game
https://github.com/startdusk/snake-game
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/snake-game
- Owner: startdusk
- License: mit
- Created: 2022-01-31T13:50:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T07:43:46.000Z (over 4 years ago)
- Last Synced: 2025-01-20T19:15:55.438Z (over 1 year ago)
- Language: Rust
- Size: 291 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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