In the last post we learned how to draw a Tic Tac Toe board using HTML’s Canvas and created a two player Tic Tac Toe game using our drawing class. […]
As a programmer creating a basic two player Tic Tac Toe game is not a hard thing to do but for me, creating a computer opponent that could beat you at Tic Tac Toe or any board game was always a question mark so…