News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Sudoku gets better

Started by PBrennick, May 25, 2009, 02:03:12 AM

Previous topic - Next topic

PBrennick

For all those interested in this project there is a new upload(s) on my website. The new version includes a set of buttons with numeric labels that can be used to replace the keyboard for data entry. This means the puzzle can be played using the mouse alone or in concert with the keyboard as a user may choose.

I am now beginning the work to allow users to add their own puzzles.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

UtillMasm


Vortex


Mark Jones

Excellent as always Paul. :U
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

PBrennick

Thanks guys, I am home again so in a day or so I will contact you Mark.

There is another update. This version of Sudoku has a Toolbar. Also, it has the worksheet for the user database. It is crippled at the moment but you can see how it will look. I have been trying to figure out how to handle the data and Drizz came up with xor encoding it and storing it in Sudoku.ini. That is how I will do it and everything will be done in a day or so. The xor encription, with checksum, is to prevent it from being monkeyed with via an external editor. (You know who you are.  :eek).

Anyway. test the toolbar and give me feedback.

Paul
The GeneSys Project is available from:
The Repository or My crappy website