This small size application is a free version of the famous Jigsaw Puzzle game and it has only the basic features such as creating a puzzle image from a picture, selecting the number of pieces (which is limited from 30 up to 1321 pieces) and removing option. You can select the color and the texture for your background too.
The Crifano Sudoku Flash Component is the classic game of sudoku. Pencil mark, real time check error and logic error are available. You can also add the timer and implement buttons in order to get the solution or pause the game. Doubble click on the component lets you edit the graphic objects and personilize it. The component can be used without any scripting. The code hereunder is only for advanced users that need specific actions. --API-- xmlFile mySudoku.xmlFile="xml/sudoku.xml" This property lets you assign an xml source document by code instead to use the "properties panel".
restartMe mySudoku.restartMe(); This method restarts (or start) the game.
setTimeFiled mySudoku.setTimeFiled(txtTimer:TextField); This method assigns a text field to the component; it will be used to show the time.
checkComplete mySudoku.checkComplete(); This method returns a boolean value indicating if all the numbers are correct or not.
solveMe mySudoku.solveMe(value:Boolean); This method shows or hides the solution of the game.
pauseMe mySudoku.pauseMe(value:Boolean); This method puts the game (and the timer) on pause or restarts it. If the game goes in pause, a movieClip will cover the game.
setMark mySudoku.setMark(value:Boolean); This method shows or hides the pencil marks (notes)
setError mySudoku.setError(value:Boolean); This method shows or hides the errors
on_Complete
mySudoku.addEventListener("on_Complete",onComplete); function onComplete(e):void { var correct = mySudoku.checkComplete(); trace("end game"); }
This event is called when all the numbers are correctly written in the boxes.
free sudoku 2008 1.0.1 - Our Free Sudoku 2008 is a fun puzzle game. This version is designed for those who are seeking to learn how to play Sudoku or for those that like a challenge with the high level. Play and fun.
Arensus Crossword Puzzle Editor 1.0.2 - Create custom crossword puzzles fully automatically using your own databases or built in clue-answer dictionaries. Puzzles can be exported as JPEG, PNG, EPS, PDF and HTML or published as Online-Game with our Crossword Puzzle Java Applet.