axosnake is a snake game written in rust with webassembly
Install dependencies for web:
bash
cargo install cargo-web
Run the web server:
bash
cargo web start --target=wasm32-unknown-unknown
Install axosnake through cargo:
bash
cargo install axosnake
Run the binary:
bash
axosnake
For a list of dependencies look at the quicksilver dependencies.
You can play the game online on http://www.axosnake.tk
MIT