https://github.com/matt-d-webb/pong.rs
ChatGPT: basic pong game in Rust
https://github.com/matt-d-webb/pong.rs
Last synced: about 2 months ago
JSON representation
ChatGPT: basic pong game in Rust
- Host: GitHub
- URL: https://github.com/matt-d-webb/pong.rs
- Owner: matt-d-webb
- Created: 2023-09-27T07:43:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T09:09:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:39:30.336Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
A basic pong implementation in `Rust`
## Getting started
### build
```bash
cargo build
```### run
```bash
cargo run
```### Example
![]()