-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (77 loc) · 3.5 KB
/
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
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Run Screaming by TeamZero</title>
</head>
<body>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Run Screaming</h1>
<h2>Ruuuuuun!</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<span class="banner-fix"></span>
<section id="main_content">
<h3>
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome</h3>
<p>Welcome to the TU Graz gamedev game Run Screaming.</p>
<h3>Help!</h3>
<p>Help! Your party is running out of cold beer! And your friends agree: You are the chosen one, chosen to save the night. But now you are on the other side of the city, with the desired crate of beer, but lost in chaos and disorientation. To run fast and not get lost at the same time is impossible. And worst of all: the beer is getting warm! In order to reach the party on time, help is needed! Luckily, the party society is at hand via phone to guide you … back to the party … to deliver the (hopefully still cold) beer … and save the night!</p>
<h3>How to play</h3>
<p>You need at least <strong>3 people</strong> to play this game.</p>
<p><strong>Player 1</strong>
needs a computer and this game opened.</p>
<p><strong>The other players</strong>
need the maps, either printed or on a second computer.</p>
<p><strong>Player 1</strong>
needs to find an exit, and for the friends to help,
needs to describe the world on the screen.</p>
<p><strong>The other players</strong>
need to find the location of player 1 in the map
and guide to an exit.</p>
<p><strong>Landmarks</strong> like lamps and signs can help.</p>
<p><i>Good luck!</i></p>
<ul>
<li>Player 1: <a href="http://runscreaming.github.io/runscreaming/">Play the game!</a>
</li>
<li>Other players: <a href="https://github.com/RunScreaming/RunScreaming-Game/tree/master/Run%20Screaming/Assets/mazePlots">Download the maps!</a>
</li>
</ul>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/RunScreaming">RunScreaming</a> can be found on <a href="https://github.com/RunScreaming">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="https://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>