-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (27 loc) · 1.1 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
<!doctype html>
<html>
<head>
<title>#bbg's BBGChallenge4</title>
<link rel="stylesheet" type="text/css" href="screen.css"/>
</head>
<body>
<h1>BBGChallenge4</h1>
<aside>
<a href="http://hashbbg.com">#bbg</a>'s FOURTH game development challenge.
</aside>
<h2> The Challenge </h2>
<p>
This month, entrants have been given 12 hours overall to produce a browser-based racing game.
<h2>Entries:</h2>
<ul>
<li><a href="ard.arrowleft/"> Arrow Left</a> by Ard</li>
<li><a href="greweb.blazing-race/"> Blazing Race </a> by Greweb</li>
<li><a href="a2d.racer/"> a2d Racer </a> by Armen138 </li>
<li><a href="hughfdjackson.micro-0x/"> Micro-0x </a> by hughfdjackson </li>
<li><a href="http://www.ck-game.com/racing/"> Cohorts of Kargonar Racing </a> by Doidel </li>
<li><a href="hannobraun.gravity-racer"> Gravity Racer </a> by Hanno Braun </li>
</ul>
<h2> The Code </h2>
<a href="http://github.com/hughfdjackson/bbgchallenge4">Check out the source code and design docs for all entries here!</a>
</body>
</html>