-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-widget.html
100 lines (90 loc) · 2.91 KB
/
test-widget.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
Test Widget 1.
<script src="exolve-widget-creator.js?v1.14"></script>
<div id="exolve-widget-placeholder"></div>
<script>
exolveWidget = new ExolveWidgetCreator(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: some-unique-id-for-this-puzzle
exolve-title: Quick 3x3 (replace with puzzle title)
exolve-setter: Gussalufz (replace with setter's pseudonym)
exolve-copyright: 2020 Copyright Holder(s) (delete or replace)
exolve-width: 3
exolve-height: 3
exolve-grid:
000
0.0
000
exolve-across:
1 Running with placement, essentially, for single (3)
3 Oddly fluent and entertaining (3)
exolve-down:
1 Retreating thief forgot to hide bananas (3)
2 One suffering for a long time (3)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`, "exolve-widget.html", 800);
</script>
Test Widget 2.
<script src="exolve-widget-creator.js?v1.14"></script>
<div id="exolve-widget-placeholder"></div>
<script>
exolveWidget = new ExolveWidgetCreator(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-15x15
exolve-title: Test-15x15
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 15
exolve-height: 15
exolve-grid:
000000000000000
0.0.0.0.0.0.0.0
000000000000000
0.0.0.0.0.0.0.0
000000000000000
0.0.0.0.0.0.0.0
000000000000000
..0.0.0.0.0.0..
000000000000000
0.0.0.0.0.0.0.0
000000000000000
0.0.0.0.0.0.0.0
000000000000000
0.0.0.0.0.0.0.0
000000000000000
exolve-across:
1 Wjhk ad adjsak adkan, adhi dasd (9'1-2,2.1.)
9,15 Tsfb jflkdsf sdfh, adhk akjds dsfl dfjdlkfjf sfjlkdjfa ajlj! (15,15)
10 Psnbfdsfds sdfjlk? (15)
11 Tytu wqh qwhqjwhq qwhqkwhjq qwhkq qkwhjqkwj kjwkqj qwjkqjwq qkwjkqjw qwjqkwj (15)
12,14,16,6 Linked kahd akjd akjha sdhajkdh dhjdhk ahd adjh (15,15,15,15)
14 See 12.
15 See 1A.
16 See 12.
exolve-down
1 Rbsf jhfskjdh dhfdsjh? (7)
2 Gghjad ahdkj adh (15)
3 Ukjhskf dfhdskj fskfjslk dlkfjdf slkdjf ajgfkjskk sdfkj (15)
4 Kjkajd ajdk adhyg (15)
5 Ugsjs sjhsfksd sfj kjfksdjfksdj ksj (15)
6 See 12A.
7 Qwew wkejwk wewkjwkjewk wewejk w wjekw wejk (15)
8 Dgadh asgdh ad (7)
12 Qew ewewew wejwekj jojownbsnk sdnksdnknsdsd (7)
13 Asjkqj wjqkjw qqwj qwkqwkq qpkqpw qkwp kpwqwpq qwkpqw kqwpqw wqkpq qkpwpqkw qkwpqkwpq wqkpqkwp kpqwlkpq qkwpq (7)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`, "exolve-widget.html", 900);
</script>
</html>
</body>
</html>