A 3D snake game built with Bevy.
cargo runOptions:
--show-frame-rate- FPS counter--wrap-walls- snake wraps around instead of dying
Keyboard: Arrow keys or WASD to move, P to pause, R to restart, M to mute/unmute
Gamepad: D-pad/stick to move, Start to pause, A to confirm
Press / to open the console. Type help for commands.
- 3 difficulty levels
- Local high scores (SQLite)
- Gamepad support
- Sound effects
cargo build --releaseThe release binary ends up in target/release/.
cargo install cargo-bundle
cargo bundle --releaseCreates target/release/bundle/osx/Snake3D.app.



