-
Notifications
You must be signed in to change notification settings - Fork 1
/
games.html
114 lines (105 loc) · 4.97 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Games o.o</title>
<link rel="icon" type="image/png" href="images/pleto.png"/>
<link rel="stylesheet" href="sub.css">
</head>
<body>
<div class="bootlegmain"> <!--A div for the text... e-->
<center><div class="tabs">
<ul class="datab">
<li><a href="index.html">Main</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="art.html">Art</a></li>
</ul>
</div></center>
<h1>woah woah games???</h1>
<hr>
<p>So yes, I make games :( so time to share some.</p>
<br>
<p>Ground rules: Im only posting games im actually proud of cuz yes,
So far only one game can be played on browser, if needed I will post the source code and download links.</p>
<table style="width:70%">
<tr>
<!--The table's-->
<th>Game title</th>
<th>Thumbnail</th>
<th>Original Release</th>
<th>Downloads</th>
<th>Developer Notes</th>
</tr>
<tr>
<!--option 1-->
<td>PolyHeck (and Bunnys Broken Birthday)</td>
<td><img src="images/PHrethumb.jpg" width=125px height=125px></td>
<td>July 7th 2021</td>
<td>N/a</td>
<td>there are like 3 or more versions of this game :/</td>
</tr>
<tr>
<!--option 2-->
<td>Albadil</td>
<td><img src="images/Athumb.jpg" width=125px height=125px></td>
<td>March 3rd 2022</td>
<td>
<a href="https://drive.google.com/file/d/1bpZEwyVcNigyImQ2O5cOPzj2Zs-ZxPCM/view?usp=share_link">zip Download</a>
<br>
<a href="AlbadilChrome/index.html">Albadil Chrome</a>
<br />
<a href="https://github.com/PlainSys/Albadil-SRC">Source Code</a>
</td>
<td>Alternate canon to PolyHeck</td>
</tr>
<tr>
<!--option 3-->
<td>PolyHeck 3.0</td>
<td><img src="images/PH30thumb.jpg" width=125px height=125px></td>
<td>July 2022</td>
<td><a href="PolyHeck3.0/PolyHeck3.0.zip">PolyHeck Chrome ZIP (Unfinished)</a></td>
<td>Cancelled Mac port of PolyHeck Remastered. Update 12/30/22: Decided to release whats left of this game, very unfinished though.</td>
</tr>
<tr>
<!--option 4-->
<td>Poorly Drawn Joe: The Trench</td>
<td><img src="images/PDJttthumb.jpg" width=125px height=125px></td>
<td>June 3rd 2022</td>
<td><a href="TheTrench/dahint.html">Web version</a></td>
<td>(passcode is "-0-")Originally part of a scavanger hunt for a friend. Somewhat a test demo for Poorly Drawn Joe</td>
</tr>
<tr>
<!--option 5-->
<td>Poorly Drawn Joe: Beforemath</td>
<td><img src="images/PDJttthumb.jpg" width=125px height=125px></td>
<td>June 1st 2022</td>
<td><a href="PoorlyDrawnJoe/Joe.html">Web version</a></td>
<td>The original cancelled build to Poorly Drawn Joe. Very unfinished</td>
</tr>
<tr>
<!--option 6-->
<td>Saweba 2 Exordium</td>
<td><img src="images/Exordium.png" width=125px height=125px></td>
<td>September 25th 2023</td>
<td>
<a href="https://plainsys.github.io/Saweba-2-Exordium/">Web version</a>
<a href="https://plainsys.itch.io/saweba-2-exordium">Itch.Io</a>
</td>
<td>Demo of Saweba 2</td>
</tr>
<tr>
<!--option 7-->
<td>Saweba 2 Alpha</td>
<td><img src="images/Exordium.png" width=125px height=125px></td>
<td>August 1st 2024</td>
<td>
<a href="https://plain.tixte.co/S2_Alpha_v1.3.3.zip">Zip download (via Tixte)</a>
</td>
<td>Free demos of Saweba 2 (Look above if you want to play the "Exordium")</td>
</tr>
</table>
</div>
</body>
</html>