All Projects → tube42 → candymem

tube42 / candymem

Licence: GPL-2.0 license
Candy Memory: a match two memory game for Android

Programming Languages

java
68154 projects - #9 most used programming language
OpenEdge ABL
179 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to candymem

FOSS Stuff
In this repo you can find some free, open source and privacy applications and services to stop use proprietary spyware.
Stars: ✭ 65 (+282.35%)
Mutual labels:  f-droid
Last-Launcher
Lightweight: Faster than light, Low on memory
Stars: ✭ 148 (+770.59%)
Mutual labels:  f-droid
drumon
FOSS drum app for Android
Stars: ✭ 69 (+305.88%)
Mutual labels:  f-droid
AndroidApp
CityZen Android App, OpenStreetMap base-map
Stars: ✭ 70 (+311.76%)
Mutual labels:  f-droid
feeel
A cross-platform Flutter home workout app that respects your privacy. THIS IS A GITLAB MIRROR, file issues and contribute there.
Stars: ✭ 27 (+58.82%)
Mutual labels:  f-droid
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (+117.65%)
Mutual labels:  f-droid
OpenUntis
An alternative FLOSS android client for the Untis timetable system
Stars: ✭ 13 (-23.53%)
Mutual labels:  f-droid
chaldea
Chaldea - Yet Another Material Planner for Fate/Grand Order
Stars: ✭ 129 (+658.82%)
Mutual labels:  f-droid

Candy Memory

https://circleci.com/gh/tube42/candymem/tree/master.svg?style=svg https://travis-ci.org/tube42/candymem.svg?branch=master

This is a FOSS memory game for Android.

Get it on F-Droid

Screenshot

extra/screen.png

Acknowledgements

The candy graphics was extracted from public domain images created by the talented Luisa Midori ( @lumimae on twitter ).

Building

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

Assets

Asset sources are found under the extra folder. To compile assets you will need the following tools:

  1. ImageMagic for converting PNG images
  2. Inkscape for rendering SVG files

3. The rest are downloaded during setup

make setup

To build the assets, you should do

make

Notes

This projects follows the standard Java coding style with one exception: private stuff is snake_case ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].