You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
284 B
8 lines
284 B
14 years ago
|
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.
|
||
|
|