View previous topic :: View next topic |
Author |
Message |
| Shoudibola
| Joined: 28 Jun 2006 | Posts: 1 | : | | Items |
|
Posted: Wed Jun 28, 2006 7:10 pm Post subject: Puzzles with answers |
|
|
Hello guys, I am new here and would like some help. I am trying to make a flash Sudoku game.
I would like to know if any of you guys has some Sudoku puzzle with answer, in this format:
Code: |
start = 100056709
answer = 123456789
|
Does anyone knows where I can find something like that or send me a txt with the answers like that?
See ya!
Augusto[/code] |
|
Back to top |
|
|
| Ruud Site Admin
| Joined: 17 Sep 2005 | Posts: 708 | : | Location: Netherlands | Items |
|
Posted: Fri Jun 30, 2006 12:33 am Post subject: |
|
|
You can make all the puzzles you want with SudoCue.
Do the following:
1. Set the copy options not to include gridlines, lines breaks, etc.
2. Create a random puzzle.
3. Press Ctrl+C to copy the clues. Paste it in your code.
4. Press F9 to solve the puzzle.
5. Press Ctrl+F to copy the solution. Paste it in your code.
Repeat steps 3 through 5 as many times as you like.
Ruud |
|
Back to top |
|
|
|