A command-line Tic-Tac-Toe game developed in Rust to learn fundamental concepts in game development and artificial intelligence.
- Ensure you have the Rust programming environment set up on your machine. You can follow the official Rust installation guide.
- Clone the repository:
git clone https://github.com/sage-skaff/tic_tac_toe
- Navigate to the project directory:
cd tic_tac_toe
- Compile and run the project using Cargo:
cargo run