Android Open Source - OpenGL game GLSokoban






Project Summary

Simple OpenGL ES 2.0 3D android game..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of GLSokoban.

ItemValue
Java File Count12
Supported screen sizes[mdpi]
Target SDK Version18
Minimum SDK Version10
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\box.obj
assets\plane.obj
assets\skybox.obj
assets\sphere.obj
Raw File Namesres\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




Resource Files

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.

null




Java Source Files

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