Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 score

On its current state it is fully playable.