/rust-tic-tac-toe

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Rust Tic Tac Toe

A simple tic tac toe game written in Rust, for your terminal. No dependencies.

Features

  • 2 player game
  • Custom board size
  • Custom win condition
  • Choose who goes first

Building

To build the game, run cargo build --release in the root directory. The binary will be located in target/release/tictactoe.

Running

To run the game, run cargo run --release in the root directory. The binary will be located in target/release/tictactoe.

License

See LICENSE for more information.