MiniTicTacToe is a one-or-two player Tic Tac Toe game written for the console. It has an optional computer player.
| Tags | Games/Entertainment |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: "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.


Changes: 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.


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


Changes: 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.


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