Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 802 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 802 Bytes

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