Tic Tac Toe game built in Python with Tkinter and AI-powered opponent.
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
Document automated test coverage with clear breakdown per module
ef6eb61View on GitHubAdd conftest.py for GUI tests and update README instructions
5ecb485View on GitHubAll AI tests passing: deterministic medium moves & minimax opening fixed
4ab93e4View on GitHubAdd unit tests for TicTacToeGame GUI with pytest and mocks
5d5f0ebView on GitHubAdd unit tests for TicTacToeGame GUI with pytest and mocks
482ed49View on GitHubAdd unit tests for TicTacToeGame GUI with pytest and mocks
a03933aView on GitHubFix AIPlayer tests: mock DB credentials for cross-platform compatibility
8646b56View on GitHubFix AIPlayer tests: mock DB credentials for cross-platform compatibility
024c540View on GitHubFix AIPlayer tests: mock DB credentials for cross-platform compatibility
e98ee3cView on GitHubFix AIPlayer tests: mock DB credentials for cross-platform compatibility
a43267bView on GitHub