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

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

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