How to install- Make sure you have KoboLauncher installed
- Download takuzu_alpha.zip and extract its contents to the .kobo/KoboLauncher folder on your device
- Add the following line to kobo_launcher.ini:
- You should now be able to start Takuzu from your launcher menu
!
Screenshots


Explanation
After experiencing Sudoku on my Kobo Glo, I craved for more puzzle goodness. So I decided to program some myself

.
Takuzu has been one of my favorite Sudoku alternatives for a while, and now I've managed to bring it to Kobo devices! Enjoy unlimited puzzles in seven levels of difficulty and play on 10x10 or 12x12 grids. Tested and works on the Kobo Glo, Touch and Mini. It should work on the Aura as well; if you own one, please let me know if it does!
All feedback and suggestions are welcome! This is the first alpha version, with the following changelog:
For those interested in how I programmed this and/or wanting to compile it for themselves, the source can be downloaded as well:
takuzu_alpha_src.zip. Patches welcome; in particular I'm not happy about the DRYness of the checkSolution() method. C++ wizards more than welcome to step in

.