You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
14 years ago | |
|---|---|---|
| .. | ||
| README | 14 years ago | |
| main.cpp | 14 years ago | |
| tictac.cpp | 14 years ago | |
| tictac.doc | 14 years ago | |
| tictac.h | 14 years ago | |
| tictac.pro | 14 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.