summaryrefslogtreecommitdiffstats
path: root/examples/tictac/README
blob: 150f5d84bd2d33a3481a194f537a4938fd21b9bf (plain)
1
2
3
4
5
6
7
This is a very simple implementation of the tic-tac-toe game.

We didn't put much effort in making a clever algorithm so it's not a
challenge to play against the computer. Instead, study the source code to
see how you can make reusable components such as the TicTacGameBoard
widget.