-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (81 loc) · 3.13 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
<!DOCTYPE html>
<html>
<head>
<title>Spirits at Prairie Creek</title>
<link rel="stylesheet" type="text/css" href="index.css"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-11642955-20', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<img class="logo" src="LogoText.png" alt="Spirits at Prairie Creek Park Logo">
<h2>About</h2>
<p> Spirits at Prairie Creek Park is a geolocative game
that you can play at Prairie Creek Park. Players explore the park
and use different senses to detect hidden spirits.
</p>
<p>
We recommend the game to played with a group of people, particularly a family!
Each group only needs one mobile device to play.
</p>
<p>
<i>
Already at Prairie Creek Park?
<a href="http://spiritsatprairiecreek.com">Play now!</a>
</i>
</p>
<h2>Flame Llama Studio</h2>
<p> We are an interdisciplinary team of eleven students and one faculty mentor representing
Computer Science, Animation, Telecommunications, and Philosophy. We are working with Camp Prairie Creek,
a free summer camp run by the Muncie Sanitary District, to create a game that encourages themes of
environmentalism, water quality, and outdoorsmanship.
</p>
<img class="right" src="image/team.jpg"/>
<ul>
<li>Zachary Bube</li>
<li>Garrett Evers</li>
<li>Catherine Galbraith</li>
<li>Paul Gestwicki</li>
<li>Jordan Lewers</li>
<li>Dakota Malchow</li>
<li>Dylon Price</li>
<li>Kate Rader</li>
<li>Kaley Rittichier</li>
<li>Darby Siscoe</li>
<li>Lauren Taylor</li>
<li>David Wisenberg</li>
</ul>
<h2>Source Code</h2>
<p>
This is free software licensed under
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a>,
and the source code is available
<a href="https://github.com/spring2017gamestudio/prairie-creek">on GitHub</a>.
</p>
<h2>Acknowledgements</h2>
<p>
Special thanks to:
</p>
<ul>
<li><a href="http://www.munciesanitary.org/">Muncie Sanitary District</a></li>
<li><a href="http://www.bsu.edu">Ball State University</a>, especially:
<ul>
<li><a href="http://www.bsu.edu/csh">College of Sciences and Humanities</a></li>
<li><a href="http://www.cs.bsu.edu">Department of Computer Science</a></li>
</ul>
</li>
</ul>
<p>
If you are interested in the code for the project, feel free to check it out <a href="https://github.com/spring2017gamestudio/prairie-creek">here</a>!
</p>
<p><img id="rating" src="ESRB.png"/></p>
</div>
</body>
</html>