Skip to content

ria8651/bevy-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Snake, BUT WITH GUNS!

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENCE-APACHE.md
MIT
LICENCE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published