-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
28 lines (21 loc) · 859 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
puzzle(kakuro
DISPLAYNAME "Kakuro"
DESCRIPTION "Kakuro"
OBJECTIVE "Fill the board so that unique numbers sum up to each clue")
puzzle(factorcross
DISPLAYNAME "Factorcross"
DESCRIPTION "Factor cross word"
OBJECTIVE "Fill the board so that the numbers' products match the clues")
puzzle(alphacrypt
DISPLAYNAME "Alphacrypt"
DESCRIPTION "Decipher letters as numbers"
OBJECTIVE "Assign a unique number to each letter to match the equations")
puzzle(identifier
DISPLAYNAME "Identifier"
DESCRIPTION "Find the forms and locations of shapes in a board"
OBJECTIVE "Similar to Battleships, but with arbitrary shapes")
puzzle(supermaze
DISPLAYNAME "Supermaze"
DESCRIPTION "Various types of stateful or high dimensional mazes"
OBJECTIVE "Find your way through the Supermazes, i.e mazes with states")
export_variables_to_parent_scope()