# Sunday, 27 November 2005
 [UPDATE: Jim's got this game posted now at http://sudoku-koubou.com/. He's doing fairly regular updates, too.]

First, I hear about this thing a month ago from Scott's blog entry. Then, a few weeks ago, Jesann mentions the game. Finally, I notice over my coworker Jim's (Meyer) shoulder (after hours, of course) a Sudoku board on his screen. I had to ask... and of course, he was writing it.

I asked when he was going to post it up for the world to enjoy, but it was not his intention. After a bit of chiding, though, he was willing to let me post it for him. The .zip file includes source code and the binary result along with a short description of what led to this. It begins as such:

Well, as a Goof one sunday afternoon my sweetheart and I flipped through a puzzle book and (finally) caught the SuDoku bug. After trying a few games - the first being quite a time waster - I began to itch for a hueristic to solve them. We compared thoughts on how each of us were solving them, and formulated an idea. We applied it to all the puzzles we could find and although it was slow to do by hand, it worked. 

Then - perhaps backwards - we read the flood of web pages on the subject. We learned the buzzwords, algorithms, postings on what makes a computer generated board and human-generated boards appear different, etc. It was great fun. Oh yeah, and we played lots and lots of online versions of the game. Some were very pretty, and others were simply focused on the game and minimally anything else.

Finally, we thought a fun project might be to employ both our skills (designer/programmer) on a project of our own. Our idea was to make a windows Sudoku game to give to our family as a holiday gift. We will be putting in visuals and sounds for a full game, but for now we started with a meager board, no alpha support in the drawing, no sound, and other gaps.

...

This should allow you to waste several hours. Oh, and just in case you don't already know it, the rules from Web Sudoku:

The rules of Sudoku are simple. Enter digits from 1 to 9 into the blank spaces. Every row must contain one of each digit. So must every column, as must every 3x3 square.

Have Fun!

[UPDATE: Jim's got this game posted now at http://sudoku-koubou.com/. He's doing fairly regular updates, too.]

Sunday, 27 November 2005 22:40:34 (Pacific Standard Time, UTC-08:00)  #    Comments [0]