Do you like Sudoku?
Tuesday, July 26th, 2005|
|
|
|
|
|
|
I love it
It’s logic board game. You have fill 9×9 board with 1..9 numbers, where in each row, column, or 3×3 subfield, must be each number just 1 time.
Here are Flash Sudoku
Enjoy.






1 Trackbacks/Pingbacks
11 Comments
Administrator
• Visit Site
July 26th, 2005
Another Flash Sudoku:
http://www.ridiculopathy.com/crappy_flash_games.php?gamename=sudoku
Administrator
• Visit Site
July 26th, 2005
How to create Sudoku by hand (not solve):
http://www.nikoli.co.jp/puzzles/1/lets_make_sudoku00-e.htm
Administrator
• Visit Site
July 26th, 2005
Samurai Sudoku: 5 sudoku in one
http://www.sudoku.4thewww.com/samurai.php
there is also Sudoku solver in PHP
http://www.sudoku.4thewww.com/how.php
http://www.sudoku.4thewww.com/SudokuAnders.php
Robert Henry
• Visit Site
July 26th, 2005
You can keep up to date on sudoku info and strategies via this blog :
Sudoku Strategies
Free sudoku puzzles
• Visit Site
August 21st, 2005
Free easy and expert sudoku puzzles online. Sudoku, a seemingly simple numbers game, has become the biggest puzzle craze to hit the world since Rubik’s Cube.
SudokuPuzzles.org
http://www.sudokupuzzles.org
John Martin
• Visit Site
August 31st, 2005
If you really love sudoku, then you must try SudokuPC – free trial download available from http://www.sudokupc.co.uk
Try it and you’ll want to buy it!
mardito
• Visit Site
September 23rd, 2005
http://www.sudokusweb.com – Free daily sudokus to print !
KristinW
• Visit Site
February 12th, 2006
There’s a very nice samurai sudoku solver here:
http://www.samurai-sudoku.com
And its sister site for regular 9×9 sudoku:
http://www.fiendishsudoku.com
- KristinW
Dave Stewart
• Visit Site
March 12th, 2006
I tried my hand at making a Sudoku Flash Game a while back.
I tried to figure out the code all on my own after playing the game only once. Sort of a mental exercise.
http://www.metanurb.com/flash/metanurb/soduku/
Not perfect but check my different types of games. I think the Audio version is unique “maybe not”. But it is very hard. LOL
Have fun.
D.
DT
• Visit Site
June 2nd, 2009
Hi Franto. Even though this blog is 3 years old, as newbie to Flex & AIR (and using Suduko) I have acorss a problem which i am hoping you could help me with. Feel free to say NO; no hard feeling.
Here is it:
Let’s say I have written an AIR app (called playGames.air) which runs in desktop mode (not via a browser). When playGames.air is run, it shows aaa a page which has a link whereby clicking on the link will start running the Soduku game (as a standalone and NOT via a browser). There is no more interaction between playGames.air * the Soduku game except that when the user ‘Quits’ playing Soduko, the control should go back to playGames.
Now, if it ***were*** possible form an AIR app (playGames.air) to load another AIR app (soduku.air), then I could install the .air bits on the same machine, write some Flex-based code to load soduko.air from playGames.air … BUT my understanding is that it is NOT possible to dynamicall load an .air app from another one.
1. Question: Is this (my above assumption) correct? If not, do u have any sample code that shows how to do this?
Assume that this is in fact the case and I can not load .air from with another .air. In this case I suppose I could load sudoko.swf from with playGames.air.
2. Question: In this case when the user invokes soduko.swf, would it run with the AIR app frame (and NOT invoke a browser)?
Thx in advance for your help.
DT
Franto
• Visit Site
June 3rd, 2009
Hi DT,
I’m not aware of any possible way how to run another .air app from .air app, but you can surely load dynamically .swf to the AIR app
that’s possible.
Even you can make your game as Flex Module and load it as module. Advantage is that you will have access to functions of your module, so you can call its functions directly, so you can control loaded module from your .air app
Does this help you?
I will write you email as well
Good luck with your game
Live Preview
Leave a comment