-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcratesdetails.html
25 lines (25 loc) · 986 Bytes
/
cratesdetails.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="game, programming, music, video game, coding, Brainy7890, 90s, retro, ">
<title>Brainy7890 - Homepage</title>
<link id="stylesheet" rel="stylesheet" href="styles/style.css">
<link rel="icon" href="images/pfp.jpg" type="images/jpg">
</head>
<body>
<a href="index.html"><img src="images/logo.png" alt="logo" height="50px"></a>
<header>
<div id="headerimg"></div>
</header>
<p>CRATES is a game made in <a href="https://puzzlescript.com">PuzzleScript</a> with puzzles and meta storytelling on the side.</p>
<p><a href="projects/crates.html">Play here!</a></p>
<h2>Guide</h2>
<p>R=Right L=Left, U=Up, D=Down</p>
<h3>Level 1</h3>
<img src="images/crateslevel1.png" width="200px">
<h4>SOLUTION</h4>
<p><div id="hide">R R R R R</div></p>
</body>
</html>