blob: 53ab6eea44a6533d9445bf76170207b684268a9d (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>graveyard</title>
<style>
body {
color: white;
background-image: url('images/graveyard_background.jpg');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<h1>Where dead projects are</h1>
<table border="1" width="50%">
<tr>
<td>
<h2>This place is as big as it is because of adhd</h2>
<ul>
<li><a href="https://github.com/nathansmith117/zombie_friends" target="_blank">WTF was I thinking!!!</a></li>
<li><a href="https://gitea.com/nathansmithsmith/HiIAmAPencil" target="_blank">school shooting</a></li>
<li><a href="https://gitea.com/nathansmithsmith/NorthFurniture" target="_blank">Not ikea</a></li>
<li><a href="https://github.com/nathansmith117/robot_emulator" target="_blank">robot go vroom!</a></li>
<li><a href="https://github.com/nathansmith117/tickoattwo" target="_blank">weird ass tiktacktoe</a></li>
<li><a href="https://github.com/nathansmith117/fltk_snake" target="_blank">Perfectly working snake but never went far</a></li>
<li><a href="https://github.com/nathansmith117/BlockyBuild" target="_blank">Minecraft clone doomed from the start</a></li>
</ul>
<h2>Shit to bring up</h2>
<ul>
<li>Call out to every stupid game idea I ever had</li>
<li>A joystick library in c I think I never uplaoded and deleted</li>
<li>A pygame game that was terrible and only had a single playable level that I deleted by mistake</li>
<li>The countless projects that I deleted because I fucking hated them but now I kind of wish I kept them in a place deep on the internet</li>
<li>Anything I forgor to add the the other list</li>
</ul>
</td>
</tr>
<tr>
<td>
<h2><a href="index.html">Back to main page</a></h2>
</td>
</tr>
</table>
</center>
</body>
</html>
|