Project: TicTacToe Type: JavaScript Application Site:www.alancece.com/tictactoe Challenge: To create an advanced artificial intelligence (AI) from scratch. Solution: The outcome of this project was a success. The logic
behind the AI can be seen by viewing the source code. I broke the logic
down fundamentally into two sections: an attack logic and a defense logic.
Unfortunately, due to other projects and school, I have not had time to
make this script cross-browser compliant, so please view it in Internet
Explorer for best results. There are also a few small bugs that need to be
worked out, but for now, the main goal was developing a strong AI, which
I believe was achieved.