Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riverdave/pong
My attempt to recreate pong in rust
https://github.com/riverdave/pong
Last synced: 2 days ago
JSON representation
My attempt to recreate pong in rust
- Host: GitHub
- URL: https://github.com/riverdave/pong
- Owner: RiverDave
- Created: 2024-01-05T08:48:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T00:36:12.000Z (9 months ago)
- Last Synced: 2024-02-09T02:11:42.479Z (9 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Pong clone in Rust
TODO:
- [] Make pad movement smoother
- [] import ttf to render score
- [] Timeout when any player has scored
- [] Track player scoreOn its current state it is fully playable.