Atari's 1972 classic pong, made with rust.
The project is first and foremost about learning Rust
. But also about getting my hands dirty with game development. Starting slow without much help. The engine used in this project is ggez.
Future games I will explore and recreate will be Snake and Tetris.
I have also been trying to rewrite the game with another engine, bevy
Install rust + cargo
Clone the repo to your desktop
Go to the root
folder and execute cargo run
- Options menu to set max score, paddle size, speed
- Items in the game which will dynamically change the game state
- About page, describing a bit about the project
- Be able to read from file
- Transition animation between scenes
- Explore WASM
- Upload to itch.io (using wasm)
- Collisions for the paddles are a bit off sometimes