Skip to content

Sabyasachi-Seal/Tic-Tac-Toe-AI-Visualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe GUI that is very hard to beat.


How to Play?

  • Install tkinter:
pip install tkinter
  • Clone/ Download gui.py
  • Run gui.py

Packages Used

  • tkinter
  • functools
  • random
  • copy