This is my first posting here, and I hope I've gotten the right board. My apologies if not...
I figured Sudoku would be a nice way to gain some experience with writing mobile software, and as such I've written my own Sudoku game. The game runs on mobile (cell) phones which support Java (namely J2ME MIDP v1) and has a host of handy features.
http://smmj.sf.net/sudoku/
The software is not commercial. It can be downloaded for free to any Java enabled phone/device from "http://smmj.sf.net/SudokuME.jad" , which is actually just an alias for the longer "http://smmj.sourceforge.net/SudokuME.jad" (so try the latter if your phone has trouble with the former).
I intend to release the source code (the programming instructions, to those who aren't programmers) into Open Source under the GNU license - so any programmer will be able to study how it works, fix bugs or release their own customised version.
What I'm looking for is feedback on...
(a) does it work (on your phone)?
(b) is it useful?
(c) how it might be extended?
I also have a legal question - my game is capable of downloading games from on-line archives stored on the web. In theory this means you could have access to the latest games from newspapers and other sources, however I am uncertain as to the legal nature of Sudoku puzzles. I noticed that sudoku.org.uk provides an archive of Daily Telegraph puzzles. I used this archive, in part, to create a demo archive on-line for my game. Can the abstract data from a puzzle be considered copyrightable, as well as its printed form? Quite possibly! (With that in mind, can anyone suggest a public domain source for Sudoku puzzles?)