-
Notifications
You must be signed in to change notification settings - Fork 8
/
HowToPlay.html
31 lines (26 loc) · 1.44 KB
/
HowToPlay.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
<html>
<head>
<style type="text/css">
body {
font-family: Helvetica, sans-serif;
}
h2 {
text-align: center;
}
</style>
</head>
<body>
<div>
<h2>How To Play</h2>
<p>MapAttack is a game of territory capture for groups up up to 20 people.</p>
<p>You can play MapAttack if there is a gameboard in your area. Click on Nearby Games to see if there is a game near you.</p>
<p>Once you see a nearby game, click on the game to join it, and you'll be assigned a team. Group up with your team and wait until all players have connected to start the game.</p>
<p>Once all players have been assigned a team, try to pick up as many points on the map as you can. You'll be able to see the other players on the other team by their icons on the map, and you'll be able to see both team's scores update in real time.</p>
<p>When all the points on the map are gone, you'll get a message that the game is over and an E-mail with your scores.</p>
<h2>Building Your Own Game</h2>
<p>If you don't see any games nearby and would like to bring a game to your area, you can build your own game. See the instructions on <a href="http://mapattack.org">MapAttack.org</a></p>
<h2>Credits</h2>
<p>MapAttack is a real-time location-based geofencing game built on the Geoloqi platform. For more information about Geoloqi, see <a href="http://geoloqi.com">http://geoloqi.com</a> and <a href="http://developers.geoloqi.com">http://developers.geoloqi.com</a></p>
</div>
</body>
</html>