Skip to content

tdejong00/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A Tic-Tac-Toe terminal game for Linux.

Information

This program lets you play a game of Tic-Tac-Toe against an AI that uses the minimax-algorithm with alpha-beta pruning for further optimization.

Requirements

  • g++ 9.4.0
  • make 4.2.1

Installation (Linux)

  1. Clone or download this repository
  2. Navigate to root directory of this repository
  3. make
  4. sudo make install

Use sudo make uninstall to uninstall the program.