-
Notifications
You must be signed in to change notification settings - Fork 0
/
reference.html
41 lines (40 loc) · 1.66 KB
/
reference.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="title" content="Rescue animals" />
<meta name="description" content="HTML5 canvas game, rescue animals under the fire in the jungle" />
<title>Rescue Animals, HTML5 canvas game, help</title>
<link rel="stylesheet" href="css/chopper.css" />
</head>
<body id="ref">
<header> <p><H1>Rescue all animals in 2 minute</H1></p> </header>
<H1>
<ul>
<li><b>Controls</b></li>
<ul>
<li> Arrow keys - move chopper </li>
<li> Space bar - water shot to extinct fire </li>
<li> Shift key - Honk to change animals' moving direction</li>
</ul>
<br>
<li><b>Resource references</b></li>
<ul>
<li> Background Image <a href="http://mirk0.deviantart.com/art/Game-backgrounds-375851079">Devian ART</a> </li>
<li> Fire Image <a href="http://www.neoseeker.com/forums/22121/t1003678-looking-for-burning-tile-set-add-on/">neo seeker</a> </li>
<li> Chopper Image <a href="http://www.majhost.com/gallery/esreveR/SpriteAnimations/MetalSlug/">Maj host </a> </li>
<li> Fire burning sound <a href="http://soundbible.com/1902-Fire-Burning.html">Sound Bible</a> </li>
<li> Animal sound <a href="http://soundbible.com/suggest.php?q=animal&x=-952&y=-380">Sound Bible</a> </li>
<li> Chopper sound <a href="http://www.soundjay.com/helicopter-sound-effect.html">Sound Jay </a> </li>
<ul>
</ul>
</H1>
<footer>
<h6>
©Copyright 2014 Victor Sim | 300775271 Centennial College | COMP397 Summer 2014
<br />
Mail to me : <a href="mailto:[email protected]">wsim@my.centennialcollege.ca</a>
</h6>
</footer>
</body>
</html>