Skip to content

Instantly share code, notes, and snippets.

@grayhaze
Created July 27, 2015 20:45
Show Gist options
  • Save grayhaze/a1bc65ea29446a36dcf6 to your computer and use it in GitHub Desktop.
Save grayhaze/a1bc65ea29446a36dcf6 to your computer and use it in GitHub Desktop.
6x6 Puzzle
+---------------+---------------+---------------+---------------+---------------+---------------+
| 1 2 | 3 | 1 2 | 1 2 | 1 2 | 1 2 |
| 4 5 6 | | 4 5 6 | 4 5 6 | 4 5 6 | 4 5 6 |
+---------------+---------------+---------------+---------------+---------------+---------------+
| A B C | A B C | A B C | A B C | A B C | A B C |
| D E F | D E F | D E F | D E F | D E F | D E F |
+---------------+---------------+---------------+---------------+---------------+---------------+
| I II III | I II III | I II III | I II III | I II III | I II III |
| IV V VI | IV V VI | IV V VI | IV V VI | IV V VI | IV V VI |
+---------------+---------------+---------------+---------------+---------------+---------------+
| ! ? $ | ! ? $ | ! ? $ | ! ? $ | ! ? $ | ! ? $ |
| @ # % | @ # % | @ # % | @ # % | @ # % | @ # % |
+---------------+---------------+---------------+---------------+---------------+---------------+
| a b c | a b c | a b c | a b c | a b c | a b c |
| d e f | d e f | d e f | d e f | d e f | d e f |
+---------------+---------------+---------------+---------------+---------------+---------------+
| i ii iii | i ii iii | i ii iii | i ii iii | i ii iii | i ii iii |
| iv v vi | iv v vi | iv v vi | iv v vi | iv v vi | iv v vi |
+---------------+---------------+---------------+---------------+---------------+---------------+
Clues:
1: ! is in the same column as a
2: 1 is in the column between and adjacent to both d and f
3: I is in the column between and adjacent to both @ and e
4: 1 is NOT in any of the columns to the left of IV
5: There are two columns between i and 5
6: d is in the column between and adjacent to both % and 4
7: c is NOT in an adjacent column to VI
8: II is in one of the columns to the left of $
9: V is in the same column as E
10: There is NOT one column between vi and 6
11: I is in the column between and adjacent to both V and iv
12: C is in one of the columns to the left of $
13: v is in the column between and adjacent to both 3 and %
14: F is in the same column as 6
15: There are two columns between ? and B
16: There are two columns between 3 and VI
17: % is in an adjacent column to iii
18: $ is in the column between and adjacent to both 3 and A
19: There are two columns between A and vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment