I actually remember 5 years ago when I was learning Java I was given an assignment to create a Tic Tac Toe game. For the first phase, I focused on the graphical user interface and didn't want to implement an AI, so I just made the AI completely random.
I remember after a few rounds of playing, I found out that the random AI is very hard to lose to, and had a lot of fun playing it for a while, trying to lose...
|