You must have Rust installed on your machine in order to play
Terminal based tic-tac-toe game written in Rust!
This game is single player against the computer. The computer makes moves at random and does not currently use any strategy.
To play, download the repository, navigate to the project directory in your terminal and execute the cargo run
command.