The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: PBrennick on May 25, 2009, 02:03:12 AM

Title: Sudoku gets better
Post by: PBrennick on May 25, 2009, 02:03:12 AM
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
Title: Re: Sudoku gets better
Post by: UtillMasm on May 25, 2009, 04:34:55 AM
 :U
great news!
Title: Re: Sudoku gets better
Post by: Vortex on May 25, 2009, 05:07:16 PM
Keep up the nice work :U
Title: Re: Sudoku gets better
Post by: Mark Jones on May 26, 2009, 03:56:53 PM
Excellent as always Paul. :U
Title: Re: Sudoku gets better
Post by: PBrennick on May 27, 2009, 09:07:49 PM
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