
-----------------------------------
TheFerret
Tue Aug 09, 2005 1:47 am

Su Do Ku
-----------------------------------
I am trying to make a Java version of the game public class SuDoKu
{
	public static void main (String

-----------------------------------
Hikaru79
Sat Aug 13, 2005 10:26 pm


-----------------------------------
[url=http://www.compsci.ca/v2/viewtopic.php?t=9548]Have a look here :) It's not really a direct answer to your question, but it should give you a few hints on how to continue.

-----------------------------------
TheFerret
Sun Aug 14, 2005 12:21 am


-----------------------------------
It kinda helps but I am not trying to solve the puzzle, I am trying to make one...

So far, I have got:

public class SuDoKu
{
	public static void main (String

The first set of loops generates inital numbers and the second longer set checks it, I got it to go but it kept on going for an hour to try and generate one board...

-----------------------------------
xtreemboarder
Fri Apr 21, 2006 12:29 pm


-----------------------------------
im sorry but that is the most confusing program i have ever seen

-----------------------------------
Andy
Fri Apr 21, 2006 12:31 pm


-----------------------------------
holy crap.. umm dont use tabs for indenting.. use spaces, or set your editor such that when you press tab it places 4 spaces or anythign.. also follow the sun java standard of 80 characters per line
