
Sudoku is one of my favorite games... Well, when I play in easy mode..:-)
In the Algorithms class, Our Professor handed the assignment of creating and solving the sudoku puzzles. In the first class, Our Professor told us that "Once you finish this assignment, you will lose all your interest in solving the sudoku". Well, Kind of Truth... Now, I tried implementing the same in GUI using Java.
The basic construct is completed. Once the application begins, a sudoku puzzle will be generated and displayed. The trickier part of this job is generate the puzzle which has exactly one solution. I have set the difficulty level to Easy-Medium.
The project has been hosted in Google Code. The Zip File could be obtained from the Downloads section.
Steps To Start
1. Download the Sudoku.zip from the Downloads Section
2. Unzip the file.
3. Double Click the Sudoku.jar file. (Or Right Click on the Jar file and Select 'Open Using Java 6 Runtime')
Project Homepage: http://code.google.com/p/sudokujavagui/
Downloads: http://code.google.com/p/sudokujavagui/downloads/list
Source: http://code.google.com/p/sudokujavagui/source/checkout
If Time permits, I am planning to add additional options to the game...
0 comments:
Post a Comment