A 3D stealth game made in Rust using the awesome Bevy engine. It can be played here.
This game was made in a week as a submission for the Rusty Jam game jam. Check out and rate the submissions here!
There is a lot that can be improved in this code base and I strongly advise anyone wanting to learn from this code to keep the above in mind. Again, this project was made in just 7 days, so a lot of shortcuts were taken.
I'm always hanging out in the bevy discord, definitely feel free to @ramirezmike me and ask questions or criticize me :)
Also, feel free to fork/make issues!
LobbyScene.mp4
To run the game locally
cargo run --release --features native
To run the browser version
cargo make serve
which will compile and serve the web version at http://127.0.0.1:4000
NiklasEi for the Bevy game template