-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtest-diagramless-bars-unsolved.html
More file actions
45 lines (41 loc) · 1.2 KB
/
test-diagramless-bars-unsolved.html
File metadata and controls
45 lines (41 loc) · 1.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, interactive-widget=resizes-content"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.69"/>
<script src="exolve-m.js?v1.69"></script>
<title>Test-Diagramless-Bars</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-diagramless-bars
exolve-title: Test-Diagramless-Bars
exolve-width: 6
exolve-height: 5
exolve-option: override-number-DGMLESS_BLOCK_SCALE:0.8
exolve-option: diagramless-bars extra-space-on-top:40 diagramless-asymmetric
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*
exolve-across:
1 U.S. body (6)
5 Second transaction (6)
6 In a crazy way (6)
exolve-down
1 Do bad things to (5)
2 Trunk-related? (5)
3 Prize (5)
4 Each (random appendage: a rather long random appendage)<br>Second random appendage: another long appendage<br>Third random appendage: yet another long appendage (5)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>