All releases of MiniTicTacToe


Release Notes: "Graphics" have become larger and easier to use for gameplay. A three-tier AI system was implemented with Hard, Moderate, and Stupid levels of difficulty. The ability to either play again or quit is prompted at the end of a game.


Release Notes: The primary improvement is that now the user is able to select whether or not the computer goes first when playing MiniTicTacToe in single-player mode. The computer can now be defeated A feature has been added for laptop users: if a user does not have a numpad (as is normal on laptops), the user is able to select this, and the game play-field is altered for easier reading and selecting. There is also code cleanup with improved efficiency, and added comments for readability of the source.


Release Notes: An optional computer player was added. The code was cleaned up. Comments were added.


Release Notes: This release adds comments all around. The general input method has changed to string input,which is cast into an integer. This means that extraneous input is now ignored, instead of causing a major crash of the program. Other areas have been simplified and combined.


Release Notes: This is the initial presentation. Minor bugs were fixed. The user interface was improved.