tactic

A terminal tic-tac-toe game with AI opponent, written in Rust.

Play tic-tac-toe (a.k.a. "noughts and crosses" or "Xs and Os") in the terminal against an AI opponent or another human player.

Features

Installation instructions

  1. Install the Rust programming language with rustup

  2. Install tactic with cargo install tactic

Development instructions

  1. Install the Rust programming language with rustup

  2. Clone the tactic repository locally

  3. Enter the local copy of the repository

  4. Make changes to source code as desired

  5. Run project with cargo run

Dependencies

As a user, you likely won't have to worry about these as cargo will take care of downloading and building them for you.