This example shows you how to create a classic sudoku game using Java ME.
This example demonstrates:
Controlling layouts dynamically for multiple screen resolutions.
Supporting several input methods such as key, touch, and (key, touch, and key & touch).
Figure: Sudokumaster game
You need the following to develop and test this MIDlet:
Nokia Asha SDK 1.0 or a Series 40 SDK or later
Nokia Asha software platform 1.0 or Series 40 2nd Edition device or newer
For instructions on how to get started with Java ME, see section Getting started.
For more information about the MIDlet, see:
Design for information about the design and functionality of the MIDlet
Implementation for information about implementing the MIDlet
You can download the project files for the MIDlet from the download page.