Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshka/pong-russh
https://github.com/joshka/pong-russh
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshka/pong-russh
- Owner: joshka
- Created: 2024-03-30T11:00:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T01:23:32.000Z (7 months ago)
- Last Synced: 2024-10-10T20:11:03.417Z (about 1 month ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pong-russh
A multiplayer Pong game built with Ratatui and Russh
![demo](https://github.com/joshka/pong-russh/assets/381361/a1433172-44cc-4c58-8316-bd5702008e19)
To run:
```shell
cargo run
ssh -o StrictHostKeyChecking=no localhost -p 2222
```