-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
18 lines (18 loc) · 1.12 KB
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>PsycoRally</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="static/js/mootools.js"></script>
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
<link rel="stylesheet" href="static/css/styles.css" />
</head>
<body class="credits">
<h1 class="title">PsycoRally</h1>
<p class='author' style="left: 50px;">a game by <a href="http://abidibo.net">abidibo</a></p>
<p class="more"><span class="fa fa-github"></span> <a href="http://github.com/abidibo/psycorally" target="_blank">code</a>, <a href="changelog.html" target="_blank">changelog</a></p>
<h2>Credits</h2>
<p>PsycoRally was borned after the reading of this <a href="http://html5hub.com/how-to-make-a-sidescroller-game-with-html5/">html5hub tutorial</a>. Vehicles are taken from <a href="http://www.reinerstilesets.de/">Reiner's Tileset site</a>. The track tileset is the gta2 tileset you may find googling a bit, with the addition of some custom tiles.</p>
</body>
</html>