A fun project I made in rust to play tic tac toe with your friends or against a robot.
- Rust must be installed on the operating system.
- Follow the installation below after:
- Clone the repository:
git clone https://github.com/1coxy57/TicTacToe.git-
- Move into the repository:
cd TicTacToe- Build the project:
cargo build- Run the project:
cargo run