/bevy-snake

Snake, BUT WITH GUNS!

Primary LanguageRustApache License 2.0Apache-2.0

Bevy Snake

A simple snake game, inspired by google snake. Adds multiplayer and GUNS!!

Web demo: https://bink.eu.org/snake/

Building

Just clone the repo and run:

cargo run --release

Hopefully it'll work ¯\_(ツ)_/¯

Web

Install wasm-bindgen and run:

cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --out-name bevy-snake \
  --out-dir web \
  --target web target/wasm32-unknown-unknown/release/bevy-snake.wasm

You'll then need to add a html file to load the generated wasm and js. Something like this.

License

Licensed under either of

at your option.