A Pong clone written in Rust.
This project was implemented using the great 2D game framework tetra and was inspired from the awesome pong-tutorial. Big thanks to the developers of tetra and the pong-tutorial.
To install Rust on your system, just go to the official Rust website, download and install the Rustup toolchain manager. Notice: Please refer to the installation instructions for your operating system. For certain operating systems, build tools need to be installed before you can use Rust.
Please follow the installation instructions on the official tetra website to install SDL 2.0 for your underlying OS.
- Clone this repository.
- Open a terminal.
- Navigate to the root directory of the project.
- Run
cargo run