source: trunk/examples/tictac/README@ 168

Last change on this file since 168 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 291 bytes
Line 
1This is a very simple implementation of the tic-tac-toe game.
2
3We didn't put much effort in making a clever algorithm so it's not a
4challenge to play against the computer. Instead, study the source code to
5see how you can make reusable components such as the TicTacGameBoard
6widget.
7
Note: See TracBrowser for help on using the repository browser.