Free Sudoku puzzle board!

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
ozrinaut
Posts: 28
Joined: Tue Sep 13, 2005 5:09 pm

Free Sudoku puzzle board!

Post by ozrinaut »

My father asked me if I could make a simple puzzle board for him to solve his Sudoku problems from the weekly newspaper.
I'm relatively newbish to game programming but I developed a beta you can download here:

http://industry.ath.cx/sudoku/
For those who have never tried a Sudoku puzzle, you can learn a lot about them here:

http://en.wikipedia.org/wiki/Sudoku

That wikipedia page also a sample puzzle to enter into my games givens.

If you need more info, post here - I'd be glad to help!

PS: The next version will give tips [if you made an illegal move] or even offer an autosolve feature.

Thanks for your intrest!
Last edited by ozrinaut on Sat Oct 01, 2005 3:00 am, edited 2 times in total.
ozrinaut
Posts: 28
Joined: Tue Sep 13, 2005 5:09 pm

Post by ozrinaut »

Here's a simple website i made for it:
http://industry.ath.cx/sudoku
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

No show here, doesn't launch. If you can upload a console version I'll send any error messages it outputs.
ozrinaut
Posts: 28
Joined: Tue Sep 13, 2005 5:09 pm

Post by ozrinaut »

Anyone else feel like testing for me?
FlyHigh
Posts: 111
Joined: Wed Mar 23, 2005 12:05 am

Post by FlyHigh »

Grrr I hate those puzzles, I wrote a solver for them as well a while ago.

It uses binary to store each possiblity (81 * 9 bits) and by process of elimination narrows it down until solved. Quite fun to watch as it always does it in a stupid order.
SmOrliwiz
Posts: 30
Joined: Thu Jan 01, 2004 10:39 pm
Location: CH
Contact:

Post by SmOrliwiz »

Anyone else feel like testing for me?

I think it is very good.
Surpisingly fast also (I write this, because most of the irrlicht projects don't run too well on my computer, it is so old;)

The only think I would change is the colour of the letters on the right side. It is hard to read black on dark blue.
(Didn't know this game before. It is fun to play)
cpprules
Posts: 148
Joined: Wed Jul 27, 2005 8:37 pm
Location: on the Pedastal

Post by cpprules »

Well you could use Win API for this kind of graphics, but anyway good game.
CRPG, FRPG, Oblivion Fan
Hater of Counter Strike (i hate it so much damn it)
spasti

Post by spasti »

you want to release the source for it?
Post Reply