This is Tic Tac Toe game written in Rust as learning project. Code will be improved in future.
git clone https://github.com/panther99/rox.git
cd rox
cargo build
cargo run
- Write more modular code ✓
- Use mapping instead of checking all fields in
full_table
function ✓ - Allow replays ✓
- Playing against computer (unoptimized) ✓
- AI (maybe)