-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.44 KB
/
index.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
<html>
<head>
<title>Daniel-made games</title>
<style>
@import url(../styles.css) </style>
</head>
<body>
<h1>Games made by Daniel Enesi</h1>
<p>Here is a list of games I made with HTML5, CSS and JavaScript.
</p>
<h2>The games (not listed chronologically)</h2>
<nav>
<ul>
<li>
<a href='tapmo.html'>Tap mo</a>
: The first. Very basic, very boring, please play
</li>
<li>
<a href='shoot/'>Shoot</a>
: Arcade game, can be played on a laptop and (poorly) a phone. Has a two player option
</li>
<li>
<a href='colors/'>Color swap</a>
</li>
<li>
<a href='coins/'>Coin swipe (couldn't think of a better name)</a>
: Best played on a phone.
</li>
<li>
<a href='combat/'>Grass clear (not "combat")</a>
</li>
<li>
<a href='ludo/'>Ludo</a>
</li>
<li>
<a href='Block_Breaker/'>Incomplete block breaker</a>
</li>
<li>
<a href='For_Two/'>Few two-player games</a>
</li>
</ul>
</nav>
</body>
</html>