Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 342 Bytes

File metadata and controls

7 lines (5 loc) · 342 Bytes

python-tic-tac-toe

Play tic-tac-toe against an AI using the command line! This is my first python 3 project which allows users to play the tic-tac-toe game.

AI follows the minimax algorithim with extra randomness implemented.

image