-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholdgames.php
24 lines (23 loc) · 993 Bytes
/
oldgames.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Mercerenies - Games</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<?php include('private/header.php'); ?>
<div class="page content">
When I was much younger, I made several smaller games to teach myself
coding concepts. While most of these are trivial projects,
some ended up turning into decent games. Here are the best of them.
Note that, as these were never made to be released, they
don't have formal "names", per se.
<ul>
<li><a href="http://www.mediafire.com/download/bqduwhe95by94u6/Boulder_Push_Release_2_1.exe">Boulder Push</a></li>
<li><a href="http://www.mediafire.com/download/53h83tr9655923g/Slip_n_Slide.exe">Slip'n'Slide</a></li>
<li><a href="http://www.mediafire.com/download/xxb57w887xp6fhj/MultiMaze.exe">Multimaze</a></li>
</ul>
</div>
<?php include('private/footer.php'); ?>
</body>
</html>