Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 296 Bytes

tictactoe

This is a command line tic-tac-toe game written in C++ in which you can play either local 2-player or against the computer. The computer uses the minimax algorithm to ensure perfect play, hence it's impossible to beat.

Installation

  1. Clone the repository.
  2. Run build.sh.