<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://draft.blogger.com/navbar/18664407?origin\x3dhttp://samsonsriddle.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Samson's Riddle

Sunday, December 04, 2005

SUDS update...

I have not been able to figure out all the CVS stuff that goes along with SourceForge. Here's a link to the zip file of what I'm working on...I'll be folding the two programs together, together with a word search soon....

I have no help file...Sorry about that. The idea is simple. The board consists of 9 boxes of 9 squares - a total of 81 squares. The numbers 1-9 have to appear once without repeating in each of the 9 boxes, and once without repeating on each column and each row. (See picture)


(The red numbers indicates the starting numbers - the default is 5 per box. The green numbers are those the user inputs.)

There are hints that are available. Each puzzle is unique and generated randomly.

Things I may add:

1. Print puzzle.
2. Help File.
3. Save/Load puzzle.

1 Comments:

Post a Comment

<< Home