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.
qt3/examples/tictac
Timothy Pearson 9a75b154bf
Undo prior accidental commit
12 years ago
..
README Add Qt3 development HEAD version 13 years ago
main.cpp Undo prior accidental commit 12 years ago
tictac.cpp Add Qt3 development HEAD version 13 years ago
tictac.doc Add Qt3 development HEAD version 13 years ago
tictac.h Add Qt3 development HEAD version 13 years ago
tictac.pro Add Qt3 development HEAD version 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.