Menu

TicTacToe

TicTacToe (1)
Kai Uwe Schmidt

TicTacToe

TicTacToe is a implementation of the well-known game. But this time, you (x) play it on a 4x4 field against your Arduino (o). The player that gets 3 in a row on the 4x4 board wins. If it's your turn, you can position the stone in a certain row and column by using the up / down keys. The key select then places the stone.

This game is reminiscence of a classic way to play graphical games on character based displays. The PSION Organizer II was a system that used this kind of technical "tricks". You can find more information on this great website.

The class CTicTacToe implements the IApplication interface and can be started via the main menu.


MongoDB Logo MongoDB