|
2010-07-29
, 16:26
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#2
|
wget http://torsten-traenkner.de/wissen/n900/sudoku-solver_0.9_armel.deb wget http://repository.maemo.org/extras/pool/fremantle/free/s/sdl-ttf2.0/libsdl-ttf2.0-0_2.0.9-1maemo2_armel.deb sudo gainroot dpkg -i libsdl-ttf2.0-0_2.0.9-1maemo2_armel.deb apt-get install python-pygame dpkg -i sudoku-solver_0.9_armel.deb
|
2010-07-29
, 17:13
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#3
|
|
2010-07-29
, 17:20
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#4
|
|
2010-07-29
, 17:32
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#5
|
Nice release! Any plans to add OCR? That would make it so much easier to use.
Thanks for putting this together.
The Following User Says Thank You to TorstenT For This Useful Post: | ||
I don't like Sudoku games. Therefore I have written a Sudoku Solver in case that someone bothers me with that. The front end is in portrait mode so that it can be used with the thumb. Currently it does not have an optical character recognition (OCR). But it could be done with opencv and tesseract. It takes approximately one minute to add the numbers manually with your thumb and without OCR. An additional feature is the speech synthesis of the solved Sudoku in case you want to write that down.
Here is a video:
http://www.youtube.com/watch?v=PikwY_yOuQw
And here is an image:
I know: it's pure eye candy
This is my first debian package. I hope that the dependencies for other packages are met.
Currently it is not in a repository.
The package is here:
http://torsten-traenkner.de/wissen/n..._0.9_armel.deb
Local installation:
Here is a little update to version 1.0:
http://torsten-traenkner.de/wissen/n..._1.0_armel.deb
By the way: be warned that the source code is a mess and untested. I wrote it in only a few hours without cleaning it up.
Torsten
Last edited by TorstenT; 2010-07-31 at 17:00.