-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|702|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
MikeT
Created : 20 June 2007
Edited : 21 June 2007

Current project



I'm currently working on a sudoku game - got mst of the graphics done (placeholders) and started coding. I'm looking at posting an early demo in a week or so.

 

Comments


Wednesday, 20 June 2007, 17:21
magicman
cool! i love sudoku, im not that great at it but i still love it. i wish you the best of luck in creating it and cant wait to see the demo.
Friday, 22 June 2007, 09:58
Blitz3Dman
Does your program generate the puzzles? If so, I'm trying to make something similar but I'm stumped on how to get it to take away numbers leaving a solvable puzzle.

If you did include that, could you tell me how?
Friday, 22 June 2007, 10:19
Nolan
Just code a brute force method for solving a puzzle, and then apply that to a blank grid. A good way to check for possible numbers is to start with a string: "123456789", and then get rid of the digits when they are not possibilities anymore.

Anyway, good luck MikeT, I look forward to playing!
Monday, 25 June 2007, 13:45
Blitz3Dman
I don't understand...

mind clarifying? Me brain talk in one syl... slya- sylable words.
Monday, 02 July 2007, 15:37
MikeT
here's a pic of the work in progress. Got the puzzles displaying properly now, need to finalise layout and user input then will post a wip demo.


Monday, 02 July 2007, 16:13
JL235
Looks really nice, I like it. A lot.
Monday, 02 July 2007, 16:23
Jayenkai
Lovely!

Looking forward to it. .It's been a while since I played a good Sudoku puzzle. Completed "Brain Training" ages ago, and have just been playing the odd newspaper ones here and there.. I'm slightly tempted to pick up "More Brain Training", but... Not worth it just for the sudoku, is it? Picross would be a better choice, methinks.