ThomasGutzler Posted August 29, 2015 Report Share Posted August 29, 2015 I am sharing my implementation of the Tic Tac Toe game. Unlike many others available, this one has an intelligent AI, which is trying its best to beat you by running a minimax algorithm to figure out the best move for every turn. Alternatively, you can put it on the dump (random) setting. I built it on a JKI statemachine and saved as version 2014. TicTacToe.zip 1 Quote Link to comment
LogMAN Posted August 29, 2015 Report Share Posted August 29, 2015 Game over, Game over, Game over, * Smart Computer off * Player 1 has won Thanks for the fun! 1 Quote Link to comment
ThomasGutzler Posted August 31, 2015 Author Report Share Posted August 31, 2015 Good on you for playing three games without a mistake It was fun writing the recursive algorithm. Prost! Quote Link to comment
Minh Pham Posted September 3, 2015 Report Share Posted September 3, 2015 Cant win the 'smart' computer, damn Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.