-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaircave.html
More file actions
197 lines (197 loc) · 6.39 KB
/
Copy pathaircave.html
File metadata and controls
197 lines (197 loc) · 6.39 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Air Cave</title>
<link rel="stylesheet" href="/css/jekyll-theme-modernist.css">
</head>
<body>
<div class="wrapper">
<header>
<h1>Air Cave</h1>
<p>Play outside</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=net.aircave">View On <strong>Google play</strong></a></li>
</ul>
</header>
<section>
<div class="article">
<h3 id="introduction">Introduction</h3>
<p>To play this game you must be outside. The aim of the game is to find
your way though a virtual maze.</p>
<p>You walk or run to set your position in the game with help from the
android <a
href="https://en.wikipedia.org/wiki/GPS_navigation">location</a>
feature.</p>
<p>Along the way you collect coins and try to complete as many levels as
you can before play time is over.</p>
<p>Please note, Air Cave does track your physical environment. It is
your responsibility to play in a safe area.</p>
<figure>
<img src="images/aircave_start.png" alt="Start" />
<figcaption aria-hidden="true">Start</figcaption>
</figure>
<figure>
<img src="images/aircave_setup.png" alt="Setup" />
<figcaption aria-hidden="true">Setup</figcaption>
</figure>
<figure>
<img src="images/aircave_map.png" alt="Play - Map view" />
<figcaption aria-hidden="true">Play - Map view</figcaption>
</figure>
<h3 id="object-of-the-game">Object of the game</h3>
<p>The object of the game is to collect all the hidden coins within the
5 minute play time.</p>
<h3 id="sharing">Sharing</h3>
<p>You may share your game score via other apps for example text or
email.</p>
<p>You may also share the maze with a friend by creating a QR code. Your
friend scans the code using the JOIN button.</p>
<h3 id="release-history">Release history</h3>
<p>10 July 2024 (Version 1.12)</p>
<ul>
<li>Updated build for google play compliance</li>
</ul>
<p>23 October 2020 (Version 1.11)</p>
<ul>
<li>Updated build for google play compliance</li>
</ul>
<p>17 November 2019 (Version 1.10)</p>
<ul>
<li>Now uses fused location handling</li>
<li>Implemented distance display</li>
<li>Fix handling for exiting game when moved away from grid</li>
</ul>
<p>3 November 2019 (Version 1.9)</p>
<ul>
<li>Fix distance-from-game calculation</li>
<li>Fix to ensure coins generated for 3xn tile games</li>
<li>Implemented multi-level game play</li>
<li>Game now ends when you leave the game setup area</li>
<li>Updated the map display of player and exit positions</li>
<li>Removed the original grid display</li>
</ul>
<p>31 August 2019 (Version 1.8)</p>
<ul>
<li>Added new map interface</li>
<li>Removed google ads (for now)</li>
</ul>
<p>4 January 2019 (Version 1.7)</p>
<ul>
<li>Added a “Wolfenstein 3D” style view. You can toggle between this
view and the grid view.</li>
<li>Fixed the displayed distance when you move away from the game.</li>
<li>If you cross a wall and stay there after two warnings, this becomes
your new position.</li>
<li>The game no longer exits if you select “No Thanks” when prompted to
enable location services.</li>
<li>Pressing the hardware volume keys now changes the audio/media
volume.</li>
</ul>
<p>22 September 2018 (Version 1.6)</p>
<ul>
<li>Fix when moving back to a valid position. The game now ends if the
new position is the exit.</li>
</ul>
<p>16 September 2018 (Version 1.5)</p>
<ul>
<li>Now plays a chime when moving to a new valid tile</li>
<li>Fix handling of tile size during setup</li>
</ul>
<p>9 September 2018 (Version 1.4)</p>
<ul>
<li>Fix potential crash at startup</li>
<li>Exit now always displayed</li>
<li>Added game start message</li>
</ul>
<p>19 August 2018 (Version 1.3)</p>
<ul>
<li>Fix isssue with share results</li>
</ul>
<p>17 August 2018 (Version 1.2)</p>
<ul>
<li>Update home screen design</li>
</ul>
<p>15 August 2018 (Version 1.1)</p>
<ul>
<li>Fix issues with restart and gps signal lost</li>
</ul>
<p>12 August 2018 (Version 1.0)</p>
<ul>
<li>Updated home screen messages</li>
</ul>
<p>11 August 2018 (Version 0.8)</p>
<ul>
<li>Press headphone image to enable sounds without earbuds</li>
<li>Double tap headphone image to display about box</li>
<li>Fix share game handling</li>
</ul>
<p>11 August 2018 (Version 0.7)</p>
<ul>
<li>Add mob-ads</li>
<li>Coins accumulate between plays</li>
<li>Enable audio without earbuds by tapping the headphone icon</li>
</ul>
<p>4 August 2018 (Version 0.6)</p>
<ul>
<li>Passing the bat gives 10 coins but takes 10 seconds</li>
<li>Display last valid position when wall crossed</li>
<li>Grid changes colour when GPS signal lost</li>
<li>Added image to share results</li>
<li>Can now move to the next valid position from previous valid position
when in an invalid position.</li>
</ul>
<p>1 August 2018 (Version 0.5)</p>
<ul>
<li>Game doesn’t begin until player enters the maze</li>
<li>Fixed a problem with coordinate calculations</li>
<li>Fixed grid performance issue</li>
</ul>
<p>24 July 2018 (Version 0.4)</p>
<ul>
<li>Added a “Restart” option to allow playing a new game at the same
location</li>
<li>Improved the play screen display</li>
<li>Fix incorrect GPS signal lost message</li>
<li>Fix crash when turning off location while game active</li>
</ul>
<p>22 July 2018 (Version 0.3)</p>
<ul>
<li>Created a new icon</li>
<li>Updated setup help test</li>
<li>Updated game play</li>
</ul>
<p>15 July 2018 (Version 0.2)</p>
<ul>
<li>Added timer and score handling</li>
<li>QR code image now part of play screen</li>
<li>Audio now only plays from headset only</li>
</ul>
<p>7 July 2018 (Version 0.1)</p>
<ul>
<li>Initial release for early testing</li>
</ul>
<h3 id="safety">Safety</h3>
<p>Air Cave does track your physical location. It is your responsibility
to play in a safe area.</p>
<h3 id="privacy-policy">Privacy Policy <a
href="#privacy-policy"></a></h3>
<p>Air Cave requires permissions to access the camera of the device on
which it is installed.</p>
<p>The camera permission is required for sharing Air Cave game setup
data with other players via the Share Game QR code.</p>
<p>Use of the camera is not necessary in order for the application to
function (excluding the above feature), users may elect to not allow
this feature when prompted.</p>
<p>This Privacy Policy is effective as of 14/05/2018</p>
</div>
</section>
<footer>
<p>This page was last edited on Thu, 11 Jul 2024 08:46:55 +0930
</p>
</footer>
</div>
</body>
</html>