
sudoku
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
wardrich
14 years ago
Please don't be offended that I went with KSudoku, when making a program, there should only be 2 things that you get of it:
1) you learned something new
2) you had a fun time creating the app
All the rest come as bonuses.
Report
kimothy
14 years ago
Report
sophyn
15 years ago
Report
isma
15 years ago
por lo demás no he probado el programa, me jarté ya de hacer sudolus en papel
Un saludo!
Report
dallerweb
15 years ago
Report
peratu
15 years ago
Take de KSudoke source code and improve it.
Report
peratu
15 years ago
Report
bram85
15 years ago
Two points:
* You wrote sudoku wrong in your title bar :)
* I think spin boxes are not the best method to fill a sudoku. I like the way of directly entering numbers in the cells, like in KSudoku.
http://www.kde-apps.org/content/show.php?content=28792
Report
everettattebury
15 years ago
However, the layout in the screenshot makes it very hard to quickly scan the rows and columns. The scrolling arrows are not really that great a method of entering numbers in the blocks either. This doesn't really look the way a sudoku is supposed to look.
The kind of sudoku game I would like to see is one that looks more like the Gweled game, using nine different kinds of jewels instead of numbers. It could have some audio feedback, such as an "oops" sound when an obvious mistake is made, or a "hooray" sound when a row or column or 3x3 block is filled.
It could be played by dragging available jewels from a tray below the board to the empty spaces. That way it would be easy to see what was missing. It also might make it more interesting for children to play.
So far I have found websudoku.com to be the best place to play sudoku online.
Report