-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-basic-unsolved.html
66 lines (62 loc) · 1.99 KB
/
test-basic-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
61
62
63
64
65
66
<!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-Basic</title>
<style>
body {
background: #333;
color: #f0f0f0;
}
</style>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-basic
exolve-title: Test-Basic
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-option: color-button:blue color-dark.button-text:red
exolve-width: 4
exolve-height: 3
exolve-preamble:
It all starts <b>here</b>!
exolve-grid:
0 0 0 0
0|0|0|0
0 0 0 0
exolve-across:
1 This should have Reveal enabled because of this ~{{xlv-blue}in-clue anno}~ crew (4)
5 raid (4)
exolve-down
1 Reveal this (3) As there is an anno.
2 rna (3)
3 eli (3)
4 wed (3)
exolve-nodir:
[A] This (13) clue ends (word) here! (4)
[B] This (13) clue also ends (1 word) here! (4) Some annotation follows.
Hint: something interesting?
[C] This (13) clue also ends (2 letters) here! (8) [SOLUTION] Some annotation follows.
[D] This (13) clue also ends (words) here! (8) [] [t]WITTER The anno has (3) enum-like parts.
[E] This is an enum-less and anno-less clue that ends here!
Hint: more hinting.
Hint: Hints galore! (3)
[F] This is also an enum-less and anno-less clue that also ends here! (?)*
[G] This is also an enum-less but with-anno clue that also ends here! (?)* [] [t]WITTER. Here is the anno.
[H] This clue, even though its anno contains an enum-like substring, ends here! (4) The (word) and (4 letters) enum-like parts here are not numeric.
[I] This clue (13) does not end now (4) as [square brackets do not follow immediately]; it ends here! (4)
exolve-postscript:
It all ends <b>here</b>!
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>