Tic-tac-toe game¶
The goal of the tic-tac-toe game is to align 4 cells in the same row, column or diagonal.
Elements used¶
This application runs on
- a 2.71” panel with touch;
and uses the following elements from the GUI library of the Commercial edition::
-
Table;
-
Text; and
-
Area.
See also¶
The library includes the code of the project as an example under the folder Touch/Touch_TicTacToe
.