Crop Drop is a Cordova-based puzzle game. It runs natively on Android and some browsers (see compatibility below).
Crop Drop's source code is licensed with the GNU GPLv3. All media assets are licensed with the CC BY-SA 4.0 license, with the exception of the following:
- "Happy Arcade Tune" by rezoner, available under the CC-BY 3.0 license. Copyright © 2013 rezoner.
- "No Chains (Instrumental Version)" by mvrasseli, available under the CC-BY 3.0 license. Copyright © 2014 Marcus Rasseli.
- "Country Style Guitar Intro" by Varazuvi, available under the CC-BY 3.0 license. Copyright © 2011 Varavuzi™.
- "Menu Click - Two Tone" by Varazuvi, available under the CC-BY 3.0 license. Copyright © 2011 Varavuzi™.
- "success.wav" by grunz, available under the CC-BY 3.0 license. Copyright © 2010 grunz.
- "Dirt Trail" by Lisa Williams, available under the CC-BY 2.0 license. Copyright © 2009 Lisa Williams.
- "Tomato 27 days from planting seeds" by Dennis Brown, available under the CC-BY-SA 3.0 license. Copyright © 2013 Dennis Brown.
- "Tomato" by NY, available under the CC-BY-SA 3.0 license. Copyright ©2015 NY.
- "Strawberries" by NY, available under the CC-BY-SA 3.0 license. Copyright © 2015 NY.
- "Ear of Corn / vertical / isolated on a white background" by the U.S. Department of Agriculture, available under the CC-BY 2.0 license. Copyright © 2012 U.S. Department of Agriculture.
- "Sprouts of Corn" by Lady DragonflyCC ->;<, available under the CC-BY 2.0 license. Copyright © 2011 Lady DragonflyCC ->;<.
- "PoŠniks" by Dzintis, available under the CC-BY-SA 4.0 license. Copyright © 2016 Dzintis.
- "Cucumber Seedling" by Peter Chastain, available under the CC-BY-SA 3.0 license. Copyright © 2009 Peter Chastain.
- "Peas in pods" by Craig McHarg, available under the CC-BY 2.0 license. Copyright © 2010 Craig McHarg.
- "Comparison of two wild strawberries' leaves" by Jason Hollinger, available under the CC-BY 2.0 license. Copyright © 2009 Jason Hollinger.
- "Tasty bunch" by tOrange.biz, available under the CC-BY 4.0 license. Copyright © 2016 tOrange.biz.
- "Giant Pumpkin Seedlings" by Nick Ares, available under the CC-BY-SA 2.0 license. Copyright © 2008 Nick Ares.
- "Pumpkin Patch 100_9296" by Kam Abbott, available under the CC-BY 2.0 license. Copyright © 2009 Kam Abbott.
- "Wooden hourglass 3" by S Sepp, available under the CC-BY-SA 3.0 license. Copyright © 2007 S Sepp.
- "15.Electric Brushcutter" by Harisingh&sons, available under the CC-BY-SA 4.0 license. Copyright © 2008 Harisingh&sons.
- All other audio files and HD graphics images are in the Public Domain.
The following JavaScript files need to be added to the "lib" directory:
- jQuery v2.2.1 or any other compatible version (as lib/jquery.js).
- jQuery.path v0.0.1 or any other compatible version (as lib/jquery.path.js).
- FastClick Polyfill v1.0.1 or any other compatible version as (lib/fastclick.js).
Additionally, [email protected] is required to build the project to a native mobile app, and the following plugins are used:
If running the game natively in your computer's browser, Cordova and these plugins aren't needed, but not all features may not be fully functional.
The Cordova project files are not included in this repository, but creating a new project, including the above plugins, and putting the contents of this repo in the www path should get the job done.
Crop Drop for Android was confirmed to work on Android OS versions 4, 6, and 7, on Samsung, Motorola, LG, and Google phones. The web-app version should run on almost all browsers with some quirks. Confirmed browsers:
- Firefox (tested on Windows 8.1; browser v53): A-OK.
- Chrome (tested on Windows 8.1, browser v57): minor graphical quirks; major quirks when built from Cordova instead of just grabbing things from the www folder, using the browser zoom function is recommended.
- Chrome Mobile (tested on Android OS 6, v55): A-OK.
- Chrome Mobile (tested on iOS): minor graphical quirks
- Safari Mobile (tested on iOS): minor graphical quirks
- Waterfox Mobile (tested on Android): minor graphical quirks
- Firefox Mobile (tested on Android OS 6, v53): Completely unplayable.
I developed Amicom, a virtual pet, and I found myself playing and enjoying one of the mini-games in it more than the rest of the game, so I decided to just branch that out into a more fleshed out project of its own.
Go for it, yo. Please use any GPL-compatible license for your contributions, although GNU GPLv3 is preferred. There is no guarantee that changes made to this project will be included in release versions of the game or ports of the game to other systems/storefronts.