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.
Timothy Pearson
41bb408dde
|
13 years ago | |
---|---|---|
.. | ||
README | 13 years ago | |
main.cpp | 13 years ago | |
tictac.cpp | 13 years ago | |
tictac.doc | 13 years ago | |
tictac.h | 13 years ago | |
tictac.pro | 13 years ago |
README
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.