-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-linked-unsolved.html
60 lines (56 loc) · 1.25 KB
/
test-linked-unsolved.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
53
54
55
56
57
58
59
60
<!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-Linked</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-linked-bigger
exolve-title: Test-Linked-bigger
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 4
exolve-height: 9
exolve-grid:
0 0 0 0
0|0|0|0
0_0_0_0_
0 0 0 0
0|0|0|0
0_0_0_0_
0 0 0 0
0|0|0|0
0 0 0 0
exolve-reversals: a1-d1 a3-a1
exolve-across:
1 & 3 crew eli (4,1.1.1)
6, 13 blah blah (4,3)
10 See 6d
11 & 14 and 16 / 15u Loopy snake clue! (3,3,3,1)
16 See 11
exolve-down
1,2,4,5 car rna wed raid (3,3,3,2-2)
2 See 1d
3 See 1a
4 See 1d
6,7dn and9&10a More blah, make this a really really really long clue that needs to wrap to the next line and see how it wraps (3,3,3,4)
7 See 6a
8 Some clue (3)
9 See 6d
12 Some clue (3)
13 See 6a
14 See 11a
15 See 11a
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>