Simple 2D retro Pong game written in Rust language using macroquad library
git clone [email protected]:imade/rust-pong.git && cd rust-pong && cargo run --release
cargo
command then:
- If you are on Linux then check that you have installed the necessary libraries that macroquad needs.
- If you are on Debian / Ubuntu-like distribution then also install
build-essential
sudo apt-get install build-essential
- If you are on Fedora then install
"Development Tools"
sudo dnf groupinstall "Development Tools"