|
pygame is
pygame.org is
|
tic tac toe AI
tic tac toe AI - 1.0benjamin lee (benjamin)Tags:DescriptionThis is an artificial intelligence algorithm that plays tic tac toe. It is not that complicated but it never loses.
The algorithm for the AI is based on the priority of different kinds of moves,
1: if the AI has is 2 in a row, win
2: if the player has 2 in a row block them
3: move in the square that gives the most possible wining combos
It can tell whether there can be 3 in a row with a list of wining combinations which is probably not the most efficient method but it allows both the AI and the interface to check the status easily. If the player goes first then it is possible to beat it because of a bug involving the way it determines the move for step 3, I will hopefully fix this later. LinksScreenshot click to view original size
Releases| tic tac toe AI - 1.0 | - Mar 25, 2012 |
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
| spotlight |
|
|
|
| our projects |
|
pygame.org welcomes all python game, art, music, sound, video and multimedia projects. If they use pygame or not.
|
|
|
| recent releases |
|
May 24, 2013
May 23, 2013
May 22, 2013
May 21, 2013
May 19, 2013
May 18, 2013
May 17, 2013
May 16, 2013
May 15, 2013
... more!
|
|