axosnake 0.1.3

a snake game written in rust and quicksilver
axosnake-0.1.3 is not a library.

Crates.io dependency status pipeline status

About

axosnake is a snake game written in rust with webassembly

screenshot

How to run

Run through web:

Install dependencies for web:

cargo install cargo-web

Run the web server:

cargo web start --target=wasm32-unknown-unknown

Run locally:

Install axosnake through cargo:

cargo install axosnake

Run the binary:

axosnake

Demo

You can play the game online on http://www.axosnake.tk

Credits

License

MIT