# Tic-Tac-Toe A simple Rust implementation of the famous game: **Tic-Tac-Toe** ## Build ```bash cargo build --release ``` ## Run ```bash ./tic-tac-toe ```