![]()
MiniTicTacToe is a one-or-two player Tic Tac Toe
game written for the console. It has an optional
computer player.
License: GNU General Public License v3
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.