Sudoku

Background: 

Sudoku game for IDEA through IDEAScript.

Documentation: 

This script shows that you can create games using IDEAScript.  This is the Sudoku game with four level of difficulties.

Sudoku image

When the script first loads in it creates a puzzle at the beginner difficulty.  If you want another disfficulty select the difficulty level and click on the New button to generate the puzzle.  Depending on the speed of your computer this might take a few seconds.  The solve button shows the solution to the puzzle and the Finish button well indicate if you have correctly solved the puzzle, you you have not you can go back and make corrections.

 

Tags:

Comments

This is brilliant. I didn't even conceptualise doing something like this within IDEA!

Brian Element's picture

Thanks, it came out of a bit of a bet with one of the consultants at IDEA, I will also probably use this when I do any script training to show the potential of scripting within IDEA.  I am working on my next game, hopefully it will be ready in a couple of weeks.

coryw's picture

It's really great to see things like this put together to show what can be done inside IDEA!