A Android Memory Game that uses OpenGL ES as its base..
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.
The following table is the detailed list of MemoryGame.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Target SDK Version | 11 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Raw File Names | res\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 |
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.
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