-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
23 lines (23 loc) · 2.05 KB
/
games.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Games</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<!--<link href="/style.css" rel="stylesheet" type="text/css" media="all">-->
</head>
<body>
<p><a href="index.html">Home</a></p>
<p style="opacity:50%">This page is a w.i.p.</p>
<h1>Games</h1>
<p>I've made a few games from time to time, either for a specific art project or just for fun. Most of them are either text-based <a href="https://en.wikipedia.org/wiki/Interactive_fiction">interactive fiction</a> or just little experiments (sometimes both).</p>
<ul>
<li><b><a href="https://say-si.itch.io/irata-inc">IRATA Inc</a>, "The Intern"</b> (2024) - I wrote the story "The Intern" as a part of an art project at <a href="https://saysi.org/">Say Si</a>. I'm honestly really proud of this, and it's one of the only full games I have been able to be apart of. It seems a little rushed towards the end, but overall I'm still proud of my work on this.</li>
<li><b><a href="https://ohnoitsnoah.itch.io/a-room">A Room of the Dark Variety</a></b> (2023) - I found a download of an older version of <a href="https://twinery.org/">Twine</a> and just wanted to make a little game with it. I was also probably playing <a href="https://adarkroom.doublespeakgames.com/">A Dark Room</a> at the time, given the name.</li>
<li><b><a href="https://ohnoitsnoah.itch.io/pizza-party">Pizza Party!</a></b> (2022) - When I got my first laptop, some crappy HP 2-in-1, I saved up and bought myself <a href="https://www.clickteam.com/clickteam-fusion-2-5">Clickteam Fusion</a> because ya know, fnaf. This was just me seeing what I could do with it. (PS. I have since moved away from any Windows machine and am never returning. UNIX for life.)</li>
</ul>
</body>
</html>