A (Rust,) based tic-tac-toe game. Using this project to learn Rust and Ratatui.
Clone the repo https://github.com/mattgianni/rusttt, and use cargo run --release to run:
git clone https://github.com/mattgianni/rusttt
cd rusttt
cargo run --releaseRunning the debug version with cargo run works too, but why?
