Skip to content

parimatrix/ticTacToe_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ticTacToe_Bot

An implementation of Minimax Algorithm to play the game of Tic-Tac-Toe. It has 3 levels of varying difficulties.

To-Do

  1. Give option for Bot to make the first move.
  2. Improve the efficiency using alpha-beta pruning.

Any suggestions/help for better implementations/algorithms would be great!