Sudoku
Brian Element
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.
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.
This is brilliant. I didn't
This is brilliant. I didn't even conceptualise doing something like this within IDEA!