forked from viresh-ratnakar/exolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-diagramless-unsolved.html
50 lines (46 loc) · 1.04 KB
/
test-diagramless-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
<!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.07"/>
<script src="exolve-m.js?v1.07"></script>
<title>Test-Diagramless</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-diagramless
exolve-title: Test-Diagramless
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 6
exolve-height: 5
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
exolve-across:
#a5 1 abcdef (3-3)
3 crew (?)
5 raid (?)
#a1 6 mnopqr (6)
exolve-down
#a5 1 agikm (5)
#f5 2 fhjlr (5)
3 car (?)
4 wed (?)
exolve-force-hyphen-right: c5 f5
exolve-force-hyphen-below: b3 f5 f1
exolve-force-bar-right: d5 f5
exolve-force-bar-below: a5 a4 a3 a2 a1
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>