-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (17 loc) · 969 Bytes
/
index.html
File metadata and controls
21 lines (17 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="game.css">
</head>
<body onload="var audio = new Audio('menu.mp3'); audio.play()">
<p> please enter username: </p><input id="hi">
<a href="game.html" onclick="saveUser()">Play the game!</a>
<a href="game.html"><img src=""></a>
<p><br>Project p for puzzle is a browser game about translating ciphers to escape a haunted maze. Your goal is to collect cipher keys, one at a time, and bring them to the translator for decoding. Although you start our lost in trnaslation, as you collect more ciphers, you will be able to get closer and closer to the true translation of the answer to the maze. Once you have collected enough ciphers, you will be able to progress through the maze. Can you get out alive?</p>
<script src="jquery/jquery-3.6.0.js"></script>
<script src="menu.js"></script>
</body>
</body>
</html>