-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
429 lines (424 loc) · 29.9 KB
/
index.html
File metadata and controls
429 lines (424 loc) · 29.9 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<!--
Crop Drop
Copyright (C) 2017 Sean Finch
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<meta id="viewport" name="viewport" content="minimal-ui,width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href="assets/css/styles.css" rel="stylesheet">
<title>Crop Drop</title>
</head>
<body>
<div id="content">
<!--<div id="debugInfo">hi i'm paul</div>-->
<div id="fullError" style="display:none">
<div id="errorBg"></div>
<div id="errorMessage">
<div>
<div class="exitError">×</div>
<div class="inSettings">Uh-Oh!</div>
</div>
<div id="inError">Flagrant System Error: Your Head A Splode!</div>
<div id="errorButton">
<button id="okError" class="fancyButton medButton">Thanks</button>
</div>
</div>
</div>
<div id="loadingScreen">
<div class="loading"></div>
<div id="l2">Now Lording...</div>
</div>
<div id="mainMenu" style="display:none">
<img id="logo" src="assets/css/images/logo.png">
<button id="levelSelBtn" class="fancyButton"><span>PLAY</span><span>Level Mode</span></button>
<button id="endlessMode" class="fancyButton mode"><span>Endless</span><span>Mode</span></button>
<button id="risingMode" class="fancyButton mode"><span>Rising</span><span>Mode</span></button>
<div>
<div id="about" class="aboutButton extraOption sprite"></div>
<div class="gardenButton extraOption sprite"></div>
<div class="settingsGear extraOption sprite"></div>
</div>
<div id="privacypolicy"><a href="https://www.hauntedbees.com/pp_cd.html">Privacy Policy</a></div>
<div id="manual"><a href="https://www.hauntedbees.com/crop/manual/manual.html">Online Manual</a></div>
<div class="bottom">
© 2017-2020 <a href = "https://www.hauntedbees.com"><img src="assets/css/images/beeslogo.png"></a>
</div>
</div>
<div id="levelSelect" style="display:none">
<div id="levelInfo" class="textbox">
<div id="levelInfoText"></div>
<div id="levelInfoRequirements"></div>
<div id="levelInfoScoreSection"></div>
<div id="levelInfoButtons">
<button id="beginLevel" class="bigButton">Begin</button>
<button class="toMainMenu medButton">Back</button>
</div>
</div>
<div id="levelDisplay"></div>
</div>
<div id="optionsOverlay" style="display:none"></div>
<div id="optionsMenu" style="display:none">
<div>
<div class="exitSettings">×</div>
<div class="inSettings">Settings</div>
</div>
<div>
<br>
<button id="sounds">Sound On</button>
<span id="soundSlider"><button class="dir"><</button><button class="centernum">10</button><button class="dir r">></button></span>
<button id="musics">Music On</button>
<span id="musicSlider"><button class="dir"><</button><button class="centernum">10</button><button class="dir r">></button></span>
<button id="whackerPos">Right-Handed</button>
<button id="grafs">HD Graphics Off</button>
<button id="acc">Colored Outlines Off</button>
<button id="timer">Endless Mode Time Limit On</button>
<button id="gplay">Gameplay Off</button>
</div>
</div>
<div id="game" style="display:none">
<div id="debug" style="display:none"></div>
<div id="pointer"></div>
<div class="gameInfo">
<div class="infoBar time"><span id="cropTimer">0</span></div>
<div class="infoBar score"><span id="cropScore">0</span></div>
</div>
<div id="tutorial" class="textbox" style="display:none"><div>Hey try not to mess up too much.</div></div>
<div class="fullCover overlayTap" style="display:none"></div>
<div class="fullCoverText overlayTap" style="display:none">
<div id="overlayText" class="overlayText">Game Over</div>
<div id="overlayLocalStats" class="overlayAltText overlayText">
<div class="scoresTop">Scores</div>
<span>
<span class="blockSpan">Your Best Score: <span class="yourScore"></span></span>
<span class="blockSpan">Your Best Time: <span class="yourTime"></span></span>
</span>
</div>
<div id="overlayButtonsA" class="overlayButtons">
<button class="unpause fancyButton bigButton">Resume</button>
<button class="quitToMenu fancyButton medButton">Quit</button>
</div>
<div id="overlayButtonsB" class="overlayButtons">
<button id="newGame" class="fancyButton smalButton">Retry</button>
<button class="quitToMenu fancyButton">Quit</button>
</div>
<div id="overlayButtonsC" class="overlayButtons">
<button id="nextLevel" class="fancyButton strechSmalButton">Next Level</button>
<button class="quitToMenu fancyButton">Return to Menu</button>
</div>
<div id="overlayButtonsD" class="overlayButtons">
<button class="unpause fancyButton smalButton">Begin</button>
<button class="quitToMenu fancyButton">Back</button>
</div>
<div id="overlayButtonsE" class="overlayButtons">
<button class="unpause fancyButton smalButton">Begin</button>
</div>
<div id="overlayButtonsF" class="overlayButtons">
<button class="unpause fancyButton smalButton">Thanks</button>
</div>
<div id="overlayButtonsNav" class="overlayAltText">
<button id="navLeft" class="nav"><<div>Bores</div></button>
<button id="navRight" class="nav">><div>Scores</div></button>
</div>
</div>
<div class="cropInfo">
<div id="shipInfo">
<div id="shipText">Needed</div>
<div id="shipItems"><div class="infoBar OK"></div></div>
</div>
</div>
<div id="cropGame" class="scene"></div>
<div id="mainCropInfo" class="cropInfo">
<div id="innerCropInfo">
<div>
<div class="infoBar carrot main"><span id="info_carrot">0</span></div>
<div class="infoBar strawberry main"><span id="info_strawberry">0</span></div>
<div class="infoBar cucumber main"><span id="info_cucumber">0</span></div>
</div>
<div>
<div class="infoBar tomato main"><span id="info_tomato">0</span></div>
<div class="infoBar corn main"><span id="info_corn">0</span></div>
<div class="infoBar pumpkin main"><span id="info_pumpkin">0</span></div>
</div>
</div>
<button id="weedWhackBtn"><div class="sprite small s_mower"></div><span>x0</span></button>
</div>
<div id="gardenCropInfo" class="cropInfo">
<div id="pollenCount" class="fancyButton">Pollen Count: 69</div>
</div>
<button id="pause">Pause</button>
<button id="leave">Leave</button>
<div id="beeFacts" class="bottom"><a href = "https://www.hauntedbees.com/savethebees.html">Save the Bees</a></div>
</div>
<div id="aboutMenu" style="display:none">
<div id="aboutContainer">
<div id="aboutTop">
<div class="exitSettings">×</div>
<div class="inSettings">About</div>
</div>
<div id="aboutInner">
<p>Crop Drop © 2017-2020 <a href = "https://www.hauntedbees.com">Haunted Bees Productions</a></p>
<p>Game Design, Programming, Art: Sean Finch</p>
<p>QA Testing: Sean Finch, Aubrey Hansen, Kelly Marine</p>
<p>Special Thanks: Aubrey Hansen, Andrew W.K.</p>
<p>Sound & Audio Assets:</p>
<ul>
<li>"<a href="https://opengameart.org/content/happy-arcade-tune">Happy Arcade Tune</a>" by <a href="https://opengameart.org/users/rezoner">rezoner</a>, available under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> license. Copyright © 2013 rezoner.</li>
<li>"<a href="https://opengameart.org/content/no-chainsinstrumental-version">No Chains (Instrumental Version)</a>" by <a href="https://opengameart.org/users/mvrasseli">mvrasseli</a>, available under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> license. Copyright © 2014 Marcus Rasseli.</li>
<li>"<a href="https://www.freesound.org/people/Soughtaftersounds/sounds/145416/">Country Style Guitar Intro</a>" by <a href="http://www.varazuvi.com">Varazuvi</a>, available under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> license. Copyright © 2011 Varavuzi™.</li>
<li>"<a href="https://www.freesound.org/people/Soughtaftersounds/sounds/145442/">Menu Click - Two Tone</a>" by <a href="http://www.varazuvi.com">Varazuvi</a>, available under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> license. Copyright © 2011 Varavuzi™.</li>
<li>"<a href="https://www.freesound.org/people/grunz/sounds/109662/">success.wav</a>" by <a href="https://www.freesound.org/people/grunz/">grunz</a>, available under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> license. Copyright © 2010 grunz.</li>
</ul>
<p>HD Graphic Assets:</p>
<ul>
<li>"<a href="https://www.flickr.com/photos/pixellou/4118322275">Dirt Trail</a>" by <a href="https://www.flickr.com/photos/pixellou/">Lisa Williams</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2009 Lisa Williams.</li>
<li>"<a href="https://en.wikipedia.org/wiki/File:Tomato_27_days_from_planting_seeds.jpg">Tomato 27 days from planting seeds</a>" by <a href="https://en.wikipedia.org/w/index.php?title=User:Dennis_Brown">Dennis Brown</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a> license. Copyright © 2013 Dennis Brown.</li>
<li>"<a href="http://www.picserver.org/t/tomato04.html">Tomato</a>" by <a href="http://nyphotographic.com/">NY</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a> license. Copyright ©2015 NY.</li>
<li>"<a href="http://www.picserver.org/s/strawberries.html">Strawberries</a>" by <a href="http://nyphotographic.com/">NY</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a> license. Copyright © 2015 NY.</li>
<li>"<a href="https://www.flickr.com/photos/usdagov/21952058553">Ear of Corn / vertical / isolated on a white background</a>" by <a href="https://www.flickr.com/photos/usdagov/">the U.S. Department of Agriculture</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2012 U.S. Department of Agriculture.</li>
<li>"<a href="https://www.flickr.com/photos/ladydragonflyherworld/5553380942/">Sprouts of Corn</a>" by <a href="https://www.flickr.com/photos/ladydragonflyherworld/">Lady DragonflyCC ->;<</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2011 Lady DragonflyCC ->;<.</li>
<li>"<a href="https://commons.wikimedia.org/wiki/File:Po%C5%A1niks.png">PoŠniks</a>" by <a href="https://commons.wikimedia.org/w/index.php?title=User:Dzintis">Dzintis</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> license. Copyright © 2016 Dzintis.</li>
<li>"<a href="https://commons.wikimedia.org/wiki/File:Cucumber_Seedling.jpg">Cucumber Seedling</a>" by <a href="https://en.wikipedia.org/wiki/User:Peter_Chastain">Peter Chastain</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a> license. Copyright © 2009 Peter Chastain.</li>
<li>"<a href="https://www.flickr.com/photos/craigmcharg/4824605487/">Peas in pods</a>" by <a href="https://www.flickr.com/photos/craigmcharg/">Craig McHarg</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2010 Craig McHarg.</li>
<li>"<a href="https://www.flickr.com/photos/7147684@N03/3535999497/">Comparison of two wild strawberries' leaves</a>" by <a href="https://www.flickr.com/photos/7147684@N03/">Jason Hollinger</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2009 Jason Hollinger.</li>
<li>"<a href="https://torange.biz/29507.html">Tasty bunch</a>" by <a href="https://torange.biz/">tOrange.biz</a>, available under the <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a> license. Copyright © 2016 tOrange.biz.</li>
<li>"<a href="https://www.flickr.com/photos/9993075@N06/2554064933">Giant Pumpkin Seedlings</a>" by <a href="https://www.flickr.com/photos/aresauburnphotos/">Nick Ares</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA 2.0</a> license. Copyright © 2008 Nick Ares.</li>
<li>"<a href="https://www.flickr.com/photos/kams_world/4047724512">Pumpkin Patch 100_9296</a>" by <a href="https://www.flickr.com/photos/kams_world/">Kam Abbott</a>, available under the <a href="https://creativecommons.org/licenses/by/2.0/">CC-BY 2.0</a> license. Copyright © 2009 Kam Abbott.</li>
<li>"<a href="https://commons.wikimedia.org/wiki/File:Wooden_hourglass_3.jpg">Wooden hourglass 3</a>" by <a href="https://commons.wikimedia.org/wiki/User:S_Sepp">S Sepp</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a> license. Copyright © 2007 S Sepp.</li>
<li>"<a href="https://commons.wikimedia.org/wiki/File:15.Electric_Brushcutter.jpg">15.Electric Brushcutter</a>" by <a href="https://commons.wikimedia.org/w/index.php?title=User:Harisingh%26sons">Harisingh&sons</a>, available under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> license. Copyright © 2008 Harisingh&sons.</li>
</ul>
<p>License Info</p>
<div id="license" class="scrollable">
Crop Drop License<br>
Crop Drop<br>
Copyright © 2017-2020 Sean Finch<br>
<br>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br>
<br>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br>
<br>
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.<br>
---------------------------------<br><br>
<a href="https://jquery.com/">JQuery</a> License<br>
==============<br>
Copyright JS Foundation and other contributors, https://js.foundation/<br>
<br>
This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history available at <a href="https://github.com/jquery/jquery">https://github.com/jquery/jquery</a><br>
<br>
The following license applies to all parts of this software except as documented below:<br>
<br>
====<br>
<br>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br>
<br>
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.<br>
<br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
<br>
====<br>
<br>
All files located in the node_modules and external directories are externally maintained libraries used by this software which have their own licenses; we recommend you read them, as their terms may differ from the terms above.<br>
---------------------------------<br><br>
<a href="https://github.com/ftlabs/fastclick">FastClick</a> License<br>
=================<br>
Copyright © 2014 The Financial Times Ltd.<br>
<br>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br>
<br>
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.<br>
<br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
<br>
---------------------------------<br><br>
<a href="https://github.com/weepy/jquery.path">jQuery CSS Bezier Animation Support</a> License<br>
=======================================<br>
Copyright © 2011 Jonah Fox<br>
<br>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br>
<br>
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.<br>
<br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
---------------------------------<br><br>
License for <a href="https://github.com/apache/cordova-android/">Apache Cordova for Android</a>, <a href="https://github.com/apache/cordova-plugin-statusbar">StatusBar Plugin</a>,
<a href="https://github.com/TheCocoaProject/cordova-plugin-nativestorage">NativeStorage Plugin</a>,
and <a href="https://github.com/gaqzi/cordova-plugin-exitapp">ExitApp Plugin</a>, <a href="https://github.com/Wizcorp/cordova-plugin-yanap">Yet Another Native Audio Plugin for Cordova</a>.<br>
=======================================<br>
Apache License<br>
Version 2.0, January 2004<br>
<a href="https://www.apache.org/licenses/">https://www.apache.org/licenses/</a><br>
<br>
1. Definitions.<br>
<br>
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.<br>
<br>
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.<br>
<br>
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.<br>
<br>
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.<br>
<br>
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.<br>
<br>
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.<br>
<br>
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).<br>
<br>
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.<br>
<br>
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."<br>
<br>
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.<br>
<br>
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.<br>
<br>
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.<br>
<br>
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:<br>
<br>
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and<br>
<br>
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and<br>
<br>
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and<br>
<br>
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.<br>
<br>
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.<br>
<br>
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.<br>
<br>
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.<br>
<br>
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.<br>
<br>
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.<br>
<br>
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
</div>
</div>
</div>
</div>
</div>
<script src="cordova.js"></script>
<script src="lib/fastclick.js"></script>
<script src="lib/jquery.js"></script>
<script src="lib/jquery.path.js"></script>
<script src="js/settings.js"></script>
<script src="js/levels.js"></script>
<script src="js/tutorial.js"></script>
<script src="js/farmGame.js"></script>
<script src="js/bees.js"></script>
<script src="js/menuNav.js"></script>
<script src="js/app.js"></script>
</body>
</html>