-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 970 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Bulge Busters!</title>
<link rel="stylesheet" href="css/main.css">
<script src='lib/phaser.js'></script>
<script src='build/bundle.js'></script>
<link href="https://fonts.googleapis.com/css?family=Bangers|Droid+Sans" rel="stylesheet">
</head>
<body>
<div id='sidebar'>
<h1>Bulge Busters!</h1>
<p>Place your towers to help defend your community against junkfood.</p>
<ul>
<li>Click anywhere on the map to place a tower.</li>
<li>The towers will automattically find the junkfood creeps and shoot.</li>
<li>Place more towers to kill more creeps faster.</li>
<li>The creeps get more and more difficult as time goes on.</li>
<li>Good luck, have fun, but most importantly....put down that twinkie!</li>
</ul>
<p>Stay tuned. More levels coming soon!</p>
</div>
<div id='App'></div>
</body>
</html>