-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-jigsaw-solved.html
52 lines (48 loc) · 1.23 KB
/
test-jigsaw-solved.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Jigsaw</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-jigsaw
exolve-title: Test-Jigsaw
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 6
exolve-height: 9
exolve-option: hide-inferred-numbers
exolve-grid:
ACE...
.L.S..
BEANS.
.A.A..
.N.P..
ASH..Z
...N..
..GO..
DO..RK
exolve-down:
#d8 [C] Snap. Make this clue a long, multo-line clue, to check the height of the small arrow buttons. Three lines would be good here. The lines should look evenly spaced! (4)
exolve-nodir:
#a7 #b7 #c7 #d7 #e7 [A] Beans (5)
[B] Cleans (6) [2D] [CLEANS]
#a1 [D] Ash (1,1'1) [A S'H] [5a]
[E] Ace (3-1) [1a r4c6] Some anno.
[F],[K] No-go ~{revelation}~ (2-2) [6d 7a] Some more anno.
[G] See H
[H], [G] Dork (4) [8a 9a] Even more anno.
[K] see F
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>