Android Open Source - Game play candy-drop






Project Summary

Simple game for Android that requires .000001 IQ to play.

Web Site / Source Repository

candy-drop is hosted in the following web site
https://github.com/gregfmartin/candy-drop

If you think the Android project candy-drop listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of candy-drop.

ItemValue
Java File Count18
Minimum SDK Version14
Activity Count1
jar files usedgdx-backend-android.jar
gdx-freetype-natives.jar
gdx-freetype.jar
gdx.jar
Asset File Namesassets\fonts\sawasdee\sawasdee.ttf
assets\images\candy\candy-mod1-root.png
assets\images\candy\candy-mod2-root.png
assets\images\candy\candy-mod3-root.png
assets\images\candy\candy-mod4-root.png
assets\images\candy\candy-mod5-root.png
assets\images\candy\candy-mod6-root.png
assets\images\candy\cookie-root.png
assets\images\candy\sucker-mod1-root.png
assets\images\candy\sucker-mod2-root.png
assets\images\candy\sucker-mod3-root.png
assets\images\candy\sucker-mod4-root.png
assets\images\candy\sucker-mod5-root.png
assets\images\candy\sucker-mod6-root.png
assets\images\ui\buttons\config\config-inactive9.9.png
assets\images\ui\buttons\config\config-pressed9.9.png
assets\images\ui\buttons\play\play-inactive9.9.png
assets\images\ui\buttons\play\play-pressed9.9.png
assets\images\ui\buttons\quit\quit-inactive9.9.png
assets\images\ui\buttons\quit\quit-pressed9.9.png
assets\images\ui\logos\lose.png
assets\images\ui\logos\win.png
assets\images\ui\splash\oilycow.png
assets\images\ui\splash\splash.png
assets\se\beep.ogg
assets\se\cow-whine2.ogg




License

The license information of candy-drop is as follows:

Copyright (c) 2014, Gregory Martin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ...

Java Source Files

com.gregfmartin.facetapper.GameCore.java
com.gregfmartin.facetapper.Main.java
com.gregfmartin.facetapper.entities.CandyBase.java
com.gregfmartin.facetapper.entities.CandyDrop.java
com.gregfmartin.facetapper.entities.Pulse.java
com.gregfmartin.facetapper.entities.Screen.java
com.gregfmartin.facetapper.entities.SplashImage.java
com.gregfmartin.facetapper.entities.Sucker.java
com.gregfmartin.facetapper.screens.ArenaScreen.java
com.gregfmartin.facetapper.screens.AssociationScreen.java
com.gregfmartin.facetapper.screens.SplashScreen.java
com.gregfmartin.facetapper.screens.TitleScreen.java
com.gregfmartin.facetapper.utils.Colour.java
com.gregfmartin.facetapper.utils.CoreUtil.java
com.gregfmartin.facetapper.utils.DevSettings.java
com.gregfmartin.facetapper.utils.Gl20Utils.java
com.gregfmartin.facetapper.utils.MathEngine.java
com.gregfmartin.facetapper.utils.StagePrep.java