A simple tic tac toe game written in Rust, for your terminal. No dependencies.
- 2 player game
- Custom board size
- Custom win condition
- Choose who goes first
To build the game, run cargo build --release
in the root directory. The binary will be located in target/release/tictactoe
.
To run the game, run cargo run --release
in the root directory. The binary will be located in target/release/tictactoe
.
See LICENSE for more information.