axosnake

Crates.ioaxosnake
lib.rsaxosnake
version0.1.7
sourcesrc
created_at2019-05-21 16:26:59.632629
updated_at2019-07-29 22:57:58.491549
descriptiona snake game written in rust with quicksilver
homepage
repositoryhttps://gitlab.com/nycex/axosnake
max_upload_size
id135895
size493,270
(nycex)

documentation

README

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:

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

Dependencies:

For a list of dependencies look at the quicksilver dependencies.

Demo

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

Keybinds

Movement:

  • W/Up - Move upwards
  • A/Left - Move to the left
  • S/Down - Move downwards
  • D/Right - Move to the right

Misc:

  • R/F5 - Reset the game

Credits

License

MIT

Known issues

Not running smoothly in firefox

  • Try disabling the privacy.resistFingerprinting setting enabled in about:config
Commit count: 0

cargo fmt