Sunday, July 5, 2009

Tic-Tac-Toe Update


I have just released an update to my Tic-Tac-Toe game for the Android OS. It changes the way the game preferences are stored & displayed to the user. I threw out all my custome code and fell in line with the proper way of using the android.preference classes. I also re-architected it so I can add AI and hopefully remote multiplayer capability. This version includes a very simple AI that chooses a random board location without giving any thought to it. The next version will have more complex AI's.

You can find out more about this app here: http://sites.google.com/site/androidtictactoe/