rung is a minimal Pong clone that runs entirely in your terminal.
Built in Rust using crossterm. The main purpose of this project is to learn the Rust programming language.
| Key | Action |
|---|---|
W / S |
Move left paddle up / down |
↑ / ↓ |
Move right paddle up / down |
ESC |
Exit game |
R |
Reset after scoring |
git clone https://github.com/gorgoll/rung.git
cd rungcargo run- Rust
- A terminal
crossterm— terminal control & input handlingrand— randomness for ball behavior
MIT License