forked from viresh-ratnakar/exolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-3d-solved.html
67 lines (63 loc) · 1.23 KB
/
test-3d-solved.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
<!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-3D</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-3d
exolve-title: Test-3d
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 9
exolve-height: 6
exolve-option: allow-digits
exolve-grid:
A B C|D E F|G H I
1 . 2|. 3 .|4 . 5
J_K_L+M_N_O+P_Q_R_
6 . 7|. 8 .|9 . 0
A B C|D E F|G H I
1 . 2|. 3 .|4 . 5
exolve-nodir:
<b>Hopping Across</b>
#a6 #d6 #g6 [1] Adg (3)
#c6 #f6 #i6 [2] Cfi (3)
#a4 #d4 #g4 [7] Jmp (3)
---
<b>Hopping Down</b>
#d6 #d4 #d2 [3] Dmd (3)
exolve-across:
1 Abc (3)
3 Def (3)
5 Ghi (3)
7 Jkl (3)
8 Mno (3)
9 Pqr (3)
15 Abc (3)
16 Def (3)
17 Ghi (3)
exolve-down:
1 A1J (3)
2 C2L (3)
4 E3n (3)
5 G4p (3)
6 I5r (3)
10 6a1 (3)
11 7c2 (3)
12 8e3 (3)
13 9g4
14 0i5
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>