This GitHub project presents a sophisticated Tic Tac Toe application built in JavaFX, featuring an unbeatable AI opponent powered by the Minimax algorithm.
Stars
24
Forks
0
Watchers
24
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
comment: added useful comments for ambigious blocks and methods
27ad382View on GitHubfeature: alpha beta pruning added for faster response times of AI
277929aView on GitHubrefactor: player variables changed, remove method optimized
92952c9View on GitHubfeature: shorter victory is chosen to longer victory for optimal play
d1ae91aView on GitHubrefactor, bug: separate final variables added for ai and user, ai player minimizer bug solved
ad9e64cView on GitHubrefactor: store_move method added, terminal states corrected for minimax algorithm
7beb203View on GitHubrefactor: method orders changed and variables added for optimal winning check algorithm
f71544bView on GitHub