Skip to content

jaxendutta/tictactoe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe with a Minimax AI

Players

There's a switch on the interface to indicate if one would like to play with another human or a computer player. The computer player uses the Minimax Algorithm to approach the human player.

Elements

Gitpod Support

On the Gitpod executable environment's terminal, run python minimax-ttt.py to execute the game. NOTE: Make sure python 3.x is set up beforehand. Likewise, having the Python extension installed works.

Open in Gitpod