|
|
|
#1 (permalink) | |||||||||||||
|
IDDQD
![]() |
I've been working on this off and on for the past little while, and I'm finally pretty well complete. I have released my final version in the zip file below.
The package includes an executable jar, a Windows executable file, and a sample puzzle that can be opened with the solver. ![]() ![]() Features:
If you want to prepare a sudoku puzzle in notepad, instead of entering in the GUI cells. Just make a text file and put each value on a new line. Be sure to save the file as either a .txt or a .sudoku. By default, the "Save..." function appends the .sudoku extension. If there is an unknown, just leave the line blank. In other words, for the puzzle: 1 _ 5 | 2 3 4 | _ 7 8 ......... The file would look like: 1 5 2 3 4 7 8 ... Non-Windows Users: For those who are unable or unwilling to use the provided .exe file, the program can be run from the command line using: java -jar sudoku.jar Known Issues:
__________________
Last edited by C-bro : 05-30-07 at 10:10 PM |
|||||||||||||
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Overclocker
![]() |
I tried it out. It is really nice. Is there any way it can get rid of the temporary files that it creates after you close the program? Just for a cleaner folder around the .exe when you are done.
I am gonna hold on to this one if that is alright with you. I have been using this msdos version of a solver, and it takes forever to enter the numbers.
__________________
Quote:
|
||||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
IDDQD
![]() |
Man, I can't believe I left those stupid text file things in there. I'll eliminate them in the next few minutes and post an executable jar as well. Thanks for checking it out.
__________________
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||||
|
Overclocker
![]() |
Quote:
and de nada..
__________________
Quote:
|
|||||||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||||
|
IDDQD
![]() |
Interesting. What were the files called? Originally I had an output.txt being generated to check my toString() method. I eliminated that, and I just tried running my exe from the zip file and nothing got created. Also, does the file get generated during execution, then disappear, or does it stay around?
__________________
|
|||||||||||||
|
|
|
|
#6 (permalink) | |||||||||||||
|
born to folk
![]() |
If you could make a osx version that would be top notch
__________________
By the power of truth, I, while living, have conquered the universe. http://www.last.fm/user/niko-time/
|
|||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||||
|
IDDQD
![]() |
Well it's to my understanding that Java is portable, in the sense that the classes are the same for every system, and it's up to your runtime environment to interpret the code for OSX. If you have a command prompt type thing in OSX, you should be able to use the included jar file by going:
java -jar sudoku.jar
__________________
|
|||||||||||||
|
|
|
|
#8 (permalink) | |||||||||||||
|
born to folk
![]() |
Ooo, I didn't see the jar file, it works
I'll have to test it some time
__________________
By the power of truth, I, while living, have conquered the universe. http://www.last.fm/user/niko-time/
|
|||||||||||||
|
|
|
|
#9 (permalink) | |||||||||||||
|
ORLY?!
![]() |
Cool!
I'm going to take out the book of Sudoku I have and complete some of the impossible ones.
__________________
Quote:
|
|||||||||||||
|
|
|
|
#10 (permalink) | ||||||||||||||
|
Overclocker
![]() |
eh, nevermind. Winrar was being stupid...
__________________
Quote:
|
||||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|