-
Notifications
You must be signed in to change notification settings - Fork 0
/
About-Chaotic-Rooms.html
43 lines (43 loc) · 1.95 KB
/
About-Chaotic-Rooms.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
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About Chaotic Rooms</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<header>
<h1>About Chaotic Rooms</h1>
<nav>
<ul>
<li> </li>
<li><a href="index.html">Home</a></li>
<li>|</li>
<li><a href="aboutme.html">About Me</a></li>
<li>|</li>
<li><a href="abouttwine.html">Twine</a></li>
</ul>
</nav>
</header>
<div id="projects">
<div class="project">
<h2>Chaotic Rooms</h2>
<p><em>Chaotic Rooms: Interactive</em> is a Twine reimagining of my novella, <em>Chaotic Rooms</em> from the <em>Claire's Impossibilities</em> series. Since the idea for the novella came from an interactive story that I participated in, it seemed natural to use this story to play around with the Harlowe story format.</p>
<p>The development for this game is mostly paused at the moment, though I am planning on coming back to it once I've finished planning out <em>Not Weird. Queer</em>'s story.</p>
<p><a href="twine/Chaotic-Rooms-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
<p><a href="https://www.amazon.com/dp/B06XVQ9QP3" target="_blank" rel="noopener noreferrer">Read the novella</a></p>
</div>
</div>
<footer>
<nav>
<ul>
<li> </li>
<li>Last updated 28 June 2020.</li>
<li>|</li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
</footer>
</body>
</html>