https://github.com/jackgerrits/pong-rs
Pong implemented with Rust and pancurses
https://github.com/jackgerrits/pong-rs
ncurses rust rust-lang
Last synced: 2 months ago
JSON representation
Pong implemented with Rust and pancurses
- Host: GitHub
- URL: https://github.com/jackgerrits/pong-rs
- Owner: jackgerrits
- Created: 2019-04-09T01:21:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T01:29:45.000Z (about 6 years ago)
- Last Synced: 2025-01-23T06:32:34.060Z (4 months ago)
- Topics: ncurses, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pong-rs
Pong implemented with Rust and pancurses as a way to get acquainted with the language
```
cargo run
```#### Controls:
- `q` and `a` for left player
- `up` and `down` for right player
- `x` to quit