MCPcopy Create free account
hub / github.com/geekcomputers/Python / tic-tac-toe3.py

File tic-tac-toe3.py

Tic-Tac-Toe Games/tic-tac-toe3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Tic-Tac-Toe with AI (Minimax) using CustomTkinter.
3
4Player = "X", AI = "O". Click a button to play.

Callers

nothing calls this directly

Calls 2

make_moveFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected