Search:

Type: Posts; User: copeg

Search: Search took 0.20 seconds.

  1. Replies
    8
    Views
    3,157

    Re: Sudoku Creator (this could be a long one)

    There is a pattern to the following simple solution (for each row, shift the previous by 3: caveat: when you reach a boundary (eg row 4/7) shift the first row of the previous block by 1). You can...
  2. Replies
    8
    Views
    3,157

    Re: Sudoku Creator (this could be a long one)

    Not to belabor the point, but the solution that I very poorly hinted at and helloworld explained more thoroughly works for any size - there is a simple algorithm to create a solved puzzle of any...
  3. Replies
    8
    Views
    3,157

    Re: Sudoku Creator (this could be a long one)

    Writing a Sudoku game is a great all around learning project, because of the logic, design, and number of different ways it can be implemented. When I dabbled in them long ago, I ended up just using...
Results 1 to 3 of 3