Nokia WRT (Widget) Sudoku Game

For Nokia N97, 5800 etc
Here is the second of my Javascript to Nokia WRT (Widgets) game release.
This time – a nice Sudoku game.
For the (few) who don’t know – the goal of Sudoku is to fill each nine-square row, each nine-square column and each nine-square box with the numbers 1 through 9, with each number used once and only once in each section.
As before, the game is absolutely free to play, test, explore (game and code) etc.
You can download the game directly using this link: http://casual-mobile.com/dl/Sudoku.wgz
Like it? Don’t like it? Have any suggestions? Drop a comment below.
9 people like this post.










































Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … : Download Free Themes & Games said:
[...] See original here: Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … [...]
September 1st, 2009 at 3:07 pm
Free Mobile Games » Blog Archive Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … said:
[...] More: Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … [...]
September 1st, 2009 at 6:58 pm
doron said:
Does WRT support dynamic invocation of java script ?
For example: Create one widget (’rafi widget’), install it once and replacing his content by getting new code from the net’.
Could be nice …
September 2nd, 2009 at 7:36 am
Rafi Ton said:
Hi Doron,
sure – you can create a simple app and load content dynamically to it. No problem.
It basically uses the same AJAX methods as web apps do.
September 2nd, 2009 at 11:12 am
doron said:
Ok, so can you run this Ajax code code on other phones (Android, Iphone ..). I can see that this packaged for Nokia.
September 3rd, 2009 at 2:47 am
Rafi Ton said:
well, yes and no. Nokia WRT is not a “web” as in using a browser to use the app. It is essentially, an environment where you can develop apps (native apps) for Nokia using Web-like techniques. There are similar environments for other platforms such as Palm’s webOS or PhoneGap for the iPhone but you still need to modify the code to work in these platforms. It is not just a matter of packaging.
September 3rd, 2009 at 6:34 am
Sanju said:
i want some example mobile application projects to run on nokia widgets…. with code…. please help me….
December 24th, 2009 at 4:07 am