forked from chloehassall27/Laundr_Game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
54 lines (54 loc) · 1.64 KB
/
credits.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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HamperMan Game</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
</head>
<body style="padding: 5%">
<h1>Credits</h2>
<p style="max-width: 60%">
This game was inspired by the
<a href="https://chromedino.com/"> Google Chrome dino game</a>. References
used while building this project include
<a href="https://github.com/kittykatattack/learningPixi"
>kittykatattack's Learning Pixi</a
>
tutorial, as well as
<a href="https://www.youtube.com/user/dowerchin"
>Dower Chin's Pixi.js Video Series</a
>.
</p>
<p>The people who worked on this project include:</p>
<ul>
<li>
<strong>Kyle Hassall</strong> -
<a href="https://github.com/kylehassall27">kylehassall27</a>
</li>
<li>
<strong>Oliver Thomas</strong> -
<a href="https://github.com/thomasoliver2021">thomasoliver2021</a>
</li>
<li>
<strong>Olivia Jacques-Baker</strong> -
<a href="https://github.com/piptstc">piptstc</a>
</li>
<li>
<strong>Simran Patel</strong> -
<a href="https://github.com/simranpatel-coder">simranpatel-coder</a>
</li>
<li>
<strong>Michael Zinn</strong> -
<a href="https://github.com/mzinn18">mzinn18</a>
</li>
</ul>
<p>
This game was created for
<a href="https://www.laundr.io/">Laundr Inc.</a>.
</p>
</body>
</html>