Rust pong
Pong-like videogame made with Rust and Bevy
Features
- Correct Physics
- AI
- Score
- Wasm
TO DO
ScoreWasm- Multiplayer
How to run
- For the desktop version just a
$ cargo run
in the source folder - For the WASM version run
$ source build.sh
in the source folder