A simple implementation of the classic Tic Tac Toe game written in Rust.
- Install Rust using rustup, the recommended tool for managing Rust versions and toolchains.
- An editor like VS Code.
- Clone the repository:
git clone https://github.com/ThomasDeOliv/rust_tictactoe.git cd rust_tictactoe
- Build and run:
cargo build cargo run
This project is licensed under the MIT License.