We're going to build a 2D Multipalyer game in Rust using the Bevy game engine.
Get your system rusty by going here.
git clone https://github.com/Byte-Cats/game
cd game
cargo run
- Create player controller and move the player around
- Gamepad Compatibility
- Game Window Exit Keybinding