Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 207 Bytes

Tic-Tac-Toe-AI

A Tic-Tac-Toe AI

Using minimax(negamax) algorithm and alpha-beta pruning to play Tic-Tac-Toe

3 modes:

  1. Human vs Human
  2. Human vs AI
  3. AI vs AI

You can run main.cpp to play the game.