123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|445|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Sudoku Solver

Fri, 03 Oct 2008, 18:50
dna
Here's something that you should find interesting.



-=-=-
DNA
Sat, 04 Oct 2008, 17:14
dna
I think that has a logic error. Devils child forgot to make it do the simplest solution.

-=-=-
DNA
Sat, 04 Oct 2008, 18:38
mindstorm8191
I wanted to make a giant sudoku game, but couldn't figure out how to generate proper sudoku puzzles. I had a download game that let me fill it out, but I was used to being able to put more than 1 value in each block until I could solve the puzzle. So I was trying to make my own, but I didn't get too far.

Anyone know how to generate a sudoku puzzle?

-=-=-
Vesuvius web game
Sat, 04 Oct 2008, 18:43
dna

If you mean for the code above its 9 across and 9 down in a text file.

53..7....
6..195...
.98....6.
8...6...3
4..8.3..1
7...2...6
.6....28.
...419..5
....8..79

This is one that works.

-=-=-
DNA
Sat, 04 Oct 2008, 18:59
mindstorm8191
dna: no, I'm talking about a system that would generate a sudoku puzzle, not something that loads things in from a text file. I wouldn't want to limit players to 100 or something puzzles... and I wouldn't want the hassle of trying to make / find working puzzles.

-=-=-
Vesuvius web game
Sat, 11 Oct 2008, 16:00
dna
Oh. I see what you mean.

that code modified should be able to do it.

My reason for posting it was to show that it does solve a valid sudoku but, it should also be able to put any numbers into a blank one that would solve the puzzle, which it does not do.

The original author was vague with his description and I thought it would.



-=-=-
DNA