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
- Host: GitHub
- URL: https://github.com/javalux/pong
- Owner: javaLux
- License: apache-2.0
- Created: 2023-07-30T17:47:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T17:52:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T10:51:46.398Z (over 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``