• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Sudoku in Java - A Must try

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends
I have developed a very very cool sudoku game in Java.
It needs JRE 1.5 (though 1.4 will also work, but not so cool)
Plz go to my homepage to learn more about it n download it :
http://www.geocities.com/coolshirazonline
I have uplaoded the source code also at my homepage (above link)

Or u can directly download the game at :
http://rapidshare.de/files/6106071/Sudokool.zip.html

Plz post ur feedback n comments.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
semms interesting.
make it a j2me version and it will probably be a must have for pda users
 
Shiraz Khan
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have updated Sudokool to version 2.5
It nows has all the features of commercial Sudoku games, namely :
1. Play unlimited puzzles in 4 difficulty levels : Simple, Easy, Medium and Hard.
2. Can be controlled with both mouse and keyboard.
3. Statistics like how many puzzles generated/completed, avg timings etc. stored
4. Option to play with Hints : view all the possibilities on the puzzle grid.
5. Option to play with warnings in case of wrong entries.
6. User can input puzzle (from newspapers) directly on the grid. Then puzzle is validated and if solution is unique, it can be played.
7. User can save and load Games.
8. 3 fastest timings in each difficulty level are recorded and updated on each puzzle submission.
9. Game can be paused and resumed during gameplay.
10. Platform independent : Based on Java, Sudokool works flawlessly on all the platforms (personally I have tested on Ubuntu 11.10 and Windows Vista)
12. Puzzle window can be resized and the window is loaded to this size next time automatically.
13. Cool looks to provide the best GUI experience.
14. Last but not the least : It is absolutely FREE !!!

Please visit Sudokool Homepage

Will release the code if anybody is interest in helping with the future releases
 
Ranch Hand
Posts: 488
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks great!! Congrats!
 
Shiraz Khan
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks
Please suggest how to promote this freeware.
I have put Sudokool on some sites like Softpedia, Brothersoft, freewarefiles.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shiraz, your game looks good. I noticed I downloaded the game from "download.com" site. Just curious how to put files to this site or other similar site?
 
Shiraz Khan
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to give a direct download link to these sites. Then these sites automatically upload file to their servers.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic