Classic pong game written in Rust using the ggez game framework
Pong is a classic tennis-based arcade game which was designed by Atari in 1972. .
I made this as a project to as an intro to the gaming ecosystem of Rust
.
The main technologies used (so far):
ggez
2D game framework -0.9.3
;
To hit the ground quickly, use Cargo:
cargo run
This will compile the game in development mode and run it which should render the game screen.