Blog

Nokia WRT (Widget) Sudoku Game

For Nokia N97, 5800 etc

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.

7 Responses to “Nokia WRT (Widget) Sudoku Game”

  1. [...] See original here:  Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … [...]

  2. [...] More: Nokia WRT (Widget) Sudoku Game | Mobiledevworld.com | Mobile … [...]

  3. 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 …

  4. 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.

  5. doron said:

    Ok, so can you run this Ajax code code on other phones (Android, Iphone ..). I can see that this packaged for Nokia.

  6. 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.

  7. Sanju said:

    i want some example mobile application projects to run on nokia widgets…. with code…. please help me….

Leave a Reply