View Single Post
  #1 (permalink)  
Old 02-06-2010, 02:08 PM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,813
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default Sudoku, another one

Here is my Sudoku program.

There are already 2 of them in the forum, but I did miss some functions so I wrote my own.

What the program does:
- generate grids with 4 levels of difficuties
- show the small numbers
- edit user grids (no solver yet)
- htc look
- program texts in english, french and german (italian, spanish and portuguese can be added in translating existing files and save them with I for italian, S for spanish and P for portuguese as the last character in the text file names (EX. GTextI.txt and SudokuI.txt.
- supports 240*320 and 240*400 screen sizes

Bug reports and improvement suggestions are welcome.

Have fun and Best regards.

EDIT 2010.02.06 : You must also copy the lng directory on the device in the same directory as the program.

EDIT 2010.02.07 Version 1.1 : Fixed problem with unassigned/unused variables.

EDIT 2010.02.08 Version1.2 : Fixed problem when leaving the program.

EDIT 2010.02.11 Version1.3 :
- Added solver, not the best one yet, misses solutions for difficult puzzles
- Added background coloring
- Added background color for 1 and 2 small number cadidates
- Added saving and loading of puzzles

EDIT 2010.02.19 Version 1.5:
- Added editing small numbers
- Added filtering on a small number
Attached Files
File Type: zip Sudoku_V1_5.zip (53.4 KB, 64 views)
__________________
Klaus
Switzerland

Last edited by klaus : 02-19-2010 at 06:30 PM.
Reply With Quote