- 🈳 Free choice of player symbols: Not just
X
andO
, pick whatever unicode character you like! - 🧠 A variable board size: Usually
3x3
, but why not go higher?4x4
? Maybe even10x10
? It's possible! - 🎮 More than two players: Enjoy it with your whole family!
This is the first project I did for practice when learning Rust.
- Grab a release and start it
OR
- Run from source (requires
cargo
):
git clone https://github.com/julius-boettger/tictactoe-rust
cd tictactoe-rust
cargo run
...is only possible when running from source
- Adjust the size of the tic-tac-toe board with the constant
BOARD_SIZE
inconstants.rs