-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameMaker.html
More file actions
51 lines (46 loc) · 1.69 KB
/
GameMaker.html
File metadata and controls
51 lines (46 loc) · 1.69 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DKIDS Game page</title>
<link href="games.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="Logos/50x50.JPG" rel="icon">
</head>
<body>
<div id="grad">
<nav class="nav">
<a href="index.html">Home</a>
<span class="selected">Game Development</span>
<a href="Programming.html">Programming Stuff</a>
<a href="about.html">About Me</a>
<a href="Other.html">Other</a>
</nav>
</div>
<nav class="nav2">
<a href="D-Multi.html">D-Multi info</a>
<a href="Scratch.html">Scratch Games</a>
<span>Game Maker: Studio Games</span>
<a href="Games.html">Back to Game Menu</a>
</nav>
<h1>DKIDS Games</h1>
<br>
<div style="text-align: center; padding: 10px;">
<a href="Games/Tick-Travel-Mini.html">
<div id="TTM" class="game" style="width: 181.4px;">
<p class="title">Tick Travel Mini</p>
<img src="Games/Images/TickTravelMini.JPG" alt="Fun Center Game Image" style="width: 181.4px; height: 135.8px;">
<p>In Tick Travel Mini is a mini-game where you defend your clock from dangerous battery thieves. Move the mouse to control where you aim. Left click to single shoot. Hold right click to use a machine gun.</p>
</div>
</a>
<a href="Games/Tick-Travel.html">
<div id="TTM" class="game" style="width: 181.4px;">
<p class="title">Tick Travel (Info)</p>
<img src="Games/Images/TickTravelMini.JPG" alt="Fun Center Game Image" style="width: 181.4px; height: 135.8px;">
<p>This is just a description. Tick Travel is not finished.</p>
</div>
</a>
</div>
<script src="JavaScript.js"> </script>
</body>
</html>