This is a FOSS memory game for Android.
The candy graphics was extracted from public domain images created by the talented Luisa Midori ( @lumimae on twitter ).
To build this app, you will need java, ant, android SDK and all that
To build the project and run on desktop :: ./gradlew desktop:run
To build for android and upload it to your device :: ./gradlew debugInstall
Asset sources are found under the extra folder. To compile assets you will need the following tools:
- ImageMagic for converting PNG images
- Inkscape for rendering SVG files
3. The rest are downloaded during setup :: make setup
To build the assets, you should do :: make
This projects follows the standard Java coding style with one exception: private stuff is snake_case ;)