Android Open Source - OpenGL game MemoryGame






Project Summary

A Android Memory Game that uses OpenGL ES as its base..

Web Site / Source Repository

MemoryGame is hosted in the following web site
https://github.com/andreban/MemoryGame

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

ItemValue
Java File Count21
Supported screen sizes[ldpi, mdpi, hdpi]
Target SDK Version11
Minimum SDK Version8
Activity Count1
Raw File Namesres\raw\back.png
res\raw\f1.png
res\raw\f2.png
res\raw\f3.png
res\raw\f4.png
res\raw\f5.png
res\raw\f6.png




Resource Files

There are 3 image files in MemoryGame. The names of the image files are listed as follows.

button_r1_c1_s1.png
button_r1_c3_s1.png
button_r1_c5_s1.png

The following screenshort is generated from the image listed above.

null

Java Source Files

MemoryGame has the following Java source files.

com.mobplug.android.games.memorygame.MemoryGameActivity.java
com.mobplug.android.games.memorygame.game.Card.java
com.mobplug.android.games.memorygame.game.CardManager.java
com.mobplug.android.games.memorygame.game.MemoryGame.java
com.mobplug.android.games.memorygame.glutils.BufferUtils.java
com.mobplug.android.games.memorygame.glutils.GLBatch.java
com.mobplug.android.games.memorygame.glutils.GLBatchFactory.java
com.mobplug.android.games.memorygame.glutils.GLFrustrum.java
com.mobplug.android.games.memorygame.glutils.GLShader.java
com.mobplug.android.games.memorygame.glutils.GLShaderFactory.java
com.mobplug.android.games.memorygame.glutils.GLTexture.java
com.mobplug.android.games.memorygame.glutils.GLUtils.java
com.mobplug.android.games.memorygame.glutils.GeometryTransform.java
com.mobplug.android.games.memorygame.glutils.LittleEndianDataInputStream.java
com.mobplug.android.games.memorygame.glutils.Math3D.java
com.mobplug.android.games.memorygame.glutils.MatrixStack.java
com.mobplug.android.games.memorygame.glutils.SimpleGLBatch.java
com.mobplug.android.games.memorygame.glutils.TGATexture.java
com.mobplug.android.games.memorygame.glutils.TGATextureLoader.java
com.mobplug.android.games.memorygame.glutils.VBOGLBatch.java
com.mobplug.android.games.memorygame.renderer.MemoryRenderer.java