Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 654 Bytes

CLI Tic Tac Toe

Description

A simple command line running Tic Tac Toe app made with C++ and a MiniMax algorithm AI. See installation options here.

Usage

The numbers on the board are used to represent the position for you to enter. Enter a number between 1 and 9 on your turn to place an X in that location. The AI is O and will try to beat you! (Be careful, the AI is very good)

License

The code is provided as is with a MIT license

Installation

Copy and paste the following into your terminal to clone the repository and install the dependencies

git clone https://github.com/AviationSFO/TicTacToe.git