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.
tqt3/examples/tictac
Michele Calgaro 2cbcca0db1
Rename date and time nt* related files to equivalent tq*
3 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
main.cpp Automated conversion from qt3 13 years ago
tictac.cpp Rename date and time nt* related files to equivalent tq* 3 months ago
tictac.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
tictac.h Rename ptr nt* related files to equivalent tq* 4 months ago
tictac.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 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.