forked from viresh-ratnakar/exolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-linked-unsolved.html
60 lines (56 loc) · 1.19 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?v0.91"/>
<script src="exolve-m.js?v0.91"></script>
<title>Test-Linked</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-linked
exolve-title: Test-Linked
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-across:
1, 3 crew eli (4,1.1.1)
6, 13 blah blah (4,3)
10 see 6d
11, 8 blah blah (4,3)
15 see 11d
exolve-down
1,2,4,5 car rna wed raid (3,3,3,2-2)
2 see 1
3 see 1a
4 see 1
6,7,9,10 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 6
8 see 6a
9 see 6
11,12 Some more (3-1,2.)
12 see 11
13 see 11a
14,15 Yet more (3,4)
15 see 14
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>