Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 447 Bytes

Readme.md

File metadata and controls

23 lines (15 loc) · 447 Bytes

Pong-TUI

Play Pong inside the terminal. Made with Rust🦀 and ratatui.

Run

  • Cargo:
    git clone https://github.com/Sem1Rose/pong-tui.git
    cd pong-tui
    cargo run

Or you can directly download the executable from the releases page.

To do

  • Add Color Themes.
  • Improve UI.