Simple OpenGL ES 2.0 3D android game..
GLSokoban is hosted in the following web site
https://github.com/alexey-odintsov/GLSokoban
If you think the Android project GLSokoban 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 GLSokoban.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\box.obj assets\plane.obj assets\skybox.obj assets\sphere.obj |
Raw File Names | res\raw\fragment_shader_tex_and_light.glsl res\raw\fs_dynamic.glsl res\raw\text_fragment_shader.glsl res\raw\text_vertex_shader.glsl res\raw\vertex_shader_tex_and_light.glsl res\raw\vs_dynamic.glsl |
There are 6 image files in GLSokoban. The names of the image files are listed as follows.
crate_l.png floor_l.png orange.png target.png target2.png wall_l.png
The following screenshort is generated from the image listed above.
GLSokoban has the following Java source files.
com.alekso.glsokoban.AssetsManager.java com.alekso.glsokoban.Camera.java com.alekso.glsokoban.DbAdapter.java com.alekso.glsokoban.GLText.java com.alekso.glsokoban.Level.java com.alekso.glsokoban.MainActivity.java com.alekso.glsokoban.MainGLSurfaceView.java com.alekso.glsokoban.MainRenderer.java com.alekso.glsokoban.Mesh.java com.alekso.glsokoban.ShaderHelper.java com.alekso.math.Vector2f.java com.alekso.math.Vector3f.java