Android Open Source - Libgdx game squares






Project Summary

Simple match-3 style game for android. Made with libgdx..

Web Site / Source Repository

squares is hosted in the following web site
https://github.com/marcusmahnke/squares

If you think the Android project squares 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 squares.

ItemValue
Java File Count12
Supported screen sizes[mdpi, ldpi, hdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count1
Asset File Namesassets\data\buttons.pack
assets\data\buttons.png
assets\data\clearsound.mp3
assets\data\libgdx.png
assets\data\menu.fnt
assets\data\menu_0.tga
assets\data\menu_font.fnt
assets\data\menu_font2.fnt
assets\data\menu_font2_0.png
assets\data\menu_font2_0.tga
assets\data\menu_font_0.tga
assets\data\sound1.wav
assets\data\sound2.wav
assets\data\sound3.wav
assets\data\sound4.wav
assets\data\sound5.wav
assets\data\sound6.wav
assets\data\sound7.wav
assets\data\sound8.wav
assets\textures\menu.pack
assets\textures\menu.png
assets\textures\startlogo.png
assets\textures\textures.pack
assets\textures\textures.png




License

The license information of squares is as follows:

GNU General Public License

Resource Files

There are 1 image files in squares. The names of the image files are listed as follows.

launcher.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.me.mygdxgame.Main.java
com.me.squaresgame.MainActivity.java
com.mygdxgame.MyGdxGame.java
com.mygdxgame.controller.WorldController.java
com.mygdxgame.model.Block.java
com.mygdxgame.model.Entity.java
com.mygdxgame.model.World.java
com.mygdxgame.screens.GameScreen.java
com.mygdxgame.screens.MenuScreen.java
com.mygdxgame.screens.ScoreScreen.java
com.mygdxgame.screens.StatsScreen.java
com.mygdxgame.view.WorldRenderer.java