Another Easy Puzzle

Post puzzles for others to solve here.

Another Easy Puzzle

Postby International_DBA » Sun Dec 14, 2014 7:07 pm

Here is another easy puzzle I produced with my C program so I'm not expecting you to try to solve it (unless you like easy puzzles that is):

Code: Select all
-------------------------------------
| 3 | 2 |   | 8 |   | 6 |   | 4 |   |
-------------------------------------
|   | 6 |   |   | 4 |   |   |   | 7 |
-------------------------------------
| 1 | 8 |   |   |   | 9 |   |   | 3 |
-------------------------------------
| 6 |   | 5 |   |   |   | 9 |   |   |
-------------------------------------
|   |   |   | 7 | 1 |   |   |   |   |
-------------------------------------
|   |   |   |   |   |   |   |   |   |
-------------------------------------
|   |   |   |   | 2 |   |   | 9 |   |
-------------------------------------
|   |   | 3 | 6 |   | 7 |   | 1 |   |
-------------------------------------
|   |   |   | 4 |   |   |   | 6 | 8 |
-------------------------------------


I really just want to check if the URL which follows is set up correctly to play the puzzle online:

Play online

Sorry about the mess I made of the post when I first published it. It took me a while to understand the Code button and the BBCode but I think I have the hang of it now.

Incidentally, if you want to read how my C program works out the solutions, you can read about it here.
International_DBA
 
Posts: 55
Joined: 07 December 2014

Re: Another Easy Puzzle

Postby JasonLion » Sun Dec 14, 2014 8:08 pm

Two of the more common formats for displaying that puzzle include:
Code: Select all
3 2 . | 8 . 6 | . 4 .
. 6 . | . 4 . | . . 7
1 8 . | . . 9 | . . 3
------+-------+------
6 . 5 | . . . | 9 . .
. . . | 7 1 . | . . .
. . . | . . . | . . .
------+-------+------
. . . | . 2 . | . 9 .
. . 3 | 6 . 7 | . 1 .
. . . | 4 . . | . 6 8
and
Code: Select all
32.8.6.4..6..4...718...9..36.5...9.....71.................2..9...36.7.1....4...68
Last edited by JasonLion on Sun Dec 14, 2014 11:46 pm, edited 1 time in total.
User avatar
JasonLion
2017 Supporter
 
Posts: 642
Joined: 25 October 2007
Location: Silver Spring, MD, USA

Re: Another Easy Puzzle

Postby Leren » Sun Dec 14, 2014 8:19 pm

Hi Jason, the line format of the puzzle has an 8 missing from the end.

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: Another Easy Puzzle

Postby International_DBA » Sun Dec 14, 2014 10:37 pm

Thank you for your replies.
I prefer the first of Jason's suggested formats - it looks much more like a normal Sudoku puzzle than mine.
I will change my program to ouput in that format, try to produce some more difficult puzzles then get back to you.
International_DBA
 
Posts: 55
Joined: 07 December 2014

Re: Another Easy Puzzle

Postby JasonLion » Sun Dec 14, 2014 11:46 pm

Leren, thanks for pointing that out. Fixed now.
User avatar
JasonLion
2017 Supporter
 
Posts: 642
Joined: 25 October 2007
Location: Silver Spring, MD, USA

Re: Another Easy Puzzle

Postby enxio27 » Tue Dec 16, 2014 6:23 pm

International_DBA wrote:I prefer the first of Jason's suggested formats - it looks much more like a normal Sudoku puzzle than mine.

The second format is preferred by many who import the puzzles into programs that print and help solve the puzzles.
User avatar
enxio27
 
Posts: 532
Joined: 13 November 2007


Return to Puzzles