axosnake

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: bash cargo install cargo-web Run the web server: bash cargo web start --target=wasm32-unknown-unknown

Run locally:

Install axosnake through cargo: bash cargo install axosnake Run the binary: bash axosnake

Dependencies:

For a list of dependencies look at the quicksilver dependencies.

Demo

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

Credits

License

MIT