In the hands-on section of this module, you will create a tic-tac-toe application in Windows using Qt Creator and run it in Qt Simulator and in the Nokia N900 mobile device.
Qt works in many different environments, so you can develop and test your applications in the environment you are most familiar with. This means that you could also install Qt for Windows and compile applications for your desktop.
The following points outline the tic-tac-toe game development that will be covered by this hands-on section:
The application consists of three different files: main.cpp, tictactoe.cpp, and tictactoe.h. You can see how the code is implemented by downloading these files.