
The Moblin theme provides a consistent and customizable look and feel for Gnome. It is recommended that all applications for Moblin use the Moblin theme, and customize it as needed.
The Tic-Tac-Toe Sample
We have developed a sample application, Tic Tac Toe, which can be downloaded
here.
This sample:
Installing, Uninstalling and Launching the Application
This sample application requires autotools (automake) to install. Because the application is written in Python, you don't have to compile it.
To install the application on the Moblin platform, type the following command from the sample's source directory on the target:
To uninstall the application, change into the application's source directory, and type the following command:
To launch the application from the command line, type the following command:
Basic Usage
The sample application is a game of 3x3 Tic-Tac-Toe. The settings dialog pops up when the user starts the application. The dialog prompts for the username and the desired difficulty level. Both of these fields are optional.
The Reset button resets the scores. This brings the number of wins and losses to zero. A confirmation dialog will pop up before resetting the score.
The New button is used to start a new game. If the new button is pressed during a game, a new game is started, but the scores won't be affected.
Settings
The Settings dialog can be accessed using the menu. The username in the settings appears in the welcome label. There are two difficulty levels, easy and hard.
Intel is a trademark of Intel Corporation in the U.S. and other countries.
Linux is a registered trademark of Linus Torvalds.
* Other names and brands may be claimed as the property of others