Jollies is a tile-match game implemented on LibGDX..
Jollies is hosted in the following web site
https://github.com/carlosmacieljrpe/Jollies
If you think the Android project Jollies listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Jollies.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | gdx-backend-android.jar gdx-freetype.jar gdx.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\data\Roboto-Regular.ttf assets\data\arial15.fnt assets\data\arial15.png assets\data\grumpy\dont.mp3 assets\data\grumpy\please_stop.mp3 assets\data\grumpy\sarcastic.mp3 assets\data\grumpy\will_not_move.mp3 assets\data\jolly\glorious.mp3 assets\data\jolly\spreading.mp3 assets\data\jolly\yeah.mp3 assets\data\roboto.png assets\data\roboto.ttf assets\images\grumpy.png assets\images\grumpy2.png assets\images\jolly.png assets\images\smiley.png assets\images\smiley2.png |
There are 1 image files in Jollies. The names of the image files are listed as follows.
jolly.png
The following screenshort is generated from the image listed above.
Jollies has the following Java source files.
com.carlos.jollies.MainActivity.java com.carlos.jollies.game.GameScreen.java com.carlos.jollies.game.JolliesGame.java com.carlos.jollies.model.GridPosition.java com.carlos.jollies.model.Jolly.java com.carlos.jollies.model.World.java com.carlos.jollies.screen.GameScreenActicity.java com.carlos.jollies.view.WorldRenderer.java