forked from viresh-ratnakar/viresh-ratnakar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgussalufz-20-teaser-solved.html
42 lines (41 loc) · 1.16 KB
/
gussalufz-20-teaser-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
<!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.14"/>
<script src="exolve-m.js?v1.14"></script>
<title>Unlock and find a bug</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: gussalufz-20-teaser
exolve-title: Unlock and find a bug (Teaser)
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 6
exolve-height: 3
exolve-option: grid-background:darkgray
exolve-grid:
B.....
UNL_O_C_K_
G.FIND
exolve-across:
2 No luck breaking ~{free}~ (6) NOLUCK*
3 ~{Come across}~ heartless monster (4) FI(-e)ND
exolve-down:
1 Pointlessly plug ~{unintended software feature}~? (3) BU(-n)G
exolve-postscript:
<iframe style="width:100%;height:400px;border:none" src="index.html"
title="Links to all puzzles by Gussalufz (and doppelgängers)">
<a href="index.html">All puzzles by Gussalufz (and doppelgängers)</a>
</iframe>
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>