Bundle of games created for fun.
RUST, for no particular reason.
Raylib.
8-bit audio: https://sfxr.me/
Multiplayer module uses protobuf to communicate with backend server.
Read more at: https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen
cargo install protobuf-codegen
cd protobuf && ./build_protobuf.sh
cargo build
Check readme in backend directory
cargo run
Left player: Q (Up) A (Down)
Right player: P (Up) L (Down)