-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.07 KB
/
index.html
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">
<title>A Story</title>
</head>
<body>
<h1>MIT Reality Hack Project</h1>
<p>Planet Protector: <a href="final/index.html">[ MAIN EXPERIENCE ]</a></p>
<p>Actual MIT Reality Hack (2020) submission, with follow-up edits. Currently has a loading bug, assets might take too long to load.</p>
<br>
<p>Planet Protector Arcade: <a href="final/gameplay.html">[ GAMEPLAY ]</a></p>
<p>Arcade mode was a proof of concept for getting the scoreboard logic working... but happens to be pretty cool on its own.</p>
<!--
<p>Story Thing. <a href="test/test.html">[ TEST SCENE PLEASE IGNORE ]</a></p>
<p>Physics thing. <a href="test/physics.html">[ PHYSICS TEST ]</a></p>
<p>Brielle's launcher thing. <a href="test/launcher.html">[ LAUNCHER TEST ]</a></p>
<p>Game Attempt 001 gameplay test. <a href="test/game-001.html">[ ENTER GAME ]</a></p>
<p>Game Attempt 002 gameplay final. <a href="test/game-002.html">[ ENTER GAME ]</a></p> -->
<!-- <h2>This is an index page</h2> -->
</html>