An open API service indexing awesome lists of open source software.

https://github.com/javalux/pong

A Pong-Clone written in Rust
https://github.com/javalux/pong

Last synced: about 1 year ago
JSON representation

A Pong-Clone written in Rust

Awesome Lists containing this project

README

          

# pong-game
A Pong clone written in Rust.

This project was implemented using the great 2D game framework [tetra](https://tetra.seventeencups.net/) and was inspired from the
awesome [pong-tutorial](https://tetra.seventeencups.net/tutorial).
Big thanks to the developers of _**tetra**_ and the _**pong-tutorial**_.

## Prerequisites
### Installing Rust
To install Rust on your system, just go to the [official Rust website](https://www.rust-lang.org/tools/install), 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.

### Installing SDL 2.0
Please follow the installation instructions on the [official tetra website](https://tetra.seventeencups.net/installation) to install SDL 2.0 for your underlying OS.

## Build
1. Clone this repository.
2. Open a terminal.
3. Navigate to the root directory of the project.
4. Run ``cargo run``