Android Open Source - OpenGL game game






Project Summary

android 2D game opengl es.

Web Site / Source Repository

game is hosted in the following web site
https://github.com/dzharvis/game

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

ItemValue
Java File Count43
Supported screen sizes[mdpi]
Activity Count1

Resource Files

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

droid_1.png

The following screenshort is generated from the image listed above.

null




Java Source Files

game has the following Java source files.

com.dzharvis.FullscreenActivity.java
com.dzharvis.GameView.java
com.dzharvis.engine.GameObject.java
com.dzharvis.engine.components.GraphicsComponent.java
com.dzharvis.engine.components.GraphicsSource.java
com.dzharvis.engine.components.InputComponent.java
com.dzharvis.engine.components.InputSource.java
com.dzharvis.engine.components.ObjectFactory.java
com.dzharvis.engine.components.PhysicsComponent.java
com.dzharvis.engine.components.PhysicsSource.java
com.dzharvis.engine.components.ReusableObjectFactory.java
com.dzharvis.engine.components.graphics.AnimatedGraphics.java
com.dzharvis.engine.components.graphics.Animation.java
com.dzharvis.engine.components.graphics.Graphics.java
com.dzharvis.engine.components.graphics.Renderable.java
com.dzharvis.engine.components.graphics.Shape.java
com.dzharvis.engine.components.graphics.Sprite.java
com.dzharvis.engine.components.graphics.StaticGraphics.java
com.dzharvis.engine.components.graphics.primitive.Mesh.java
com.dzharvis.engine.components.graphics.primitive.Plane.java
com.dzharvis.engine.components.graphics.primitive.Triangle.java
com.dzharvis.engine.events.ControlEventListener.java
com.dzharvis.engine.events.UpdateEventListener.java
com.dzharvis.game.AllInOneObjectCreator.java
com.dzharvis.game.EventDispatcher.java
com.dzharvis.game.GameThread.java
com.dzharvis.game.control.EventHandler.java
com.dzharvis.game.control.Joystick.java
com.dzharvis.game.control.triggers.TouchTrigger.java
com.dzharvis.game.enemy.Alien.java
com.dzharvis.game.enemy.AlienFactory.java
com.dzharvis.game.enemy.AlienGraphicsComponent.java
com.dzharvis.game.enemy.AlienInputComponent.java
com.dzharvis.game.enemy.AlienPhysicsComponent.java
com.dzharvis.game.player.Player.java
com.dzharvis.game.player.PlayerFactory.java
com.dzharvis.game.player.PlayerGraphicsComponent.java
com.dzharvis.game.player.PlayerInputComponent.java
com.dzharvis.game.player.PlayerPhysicsComponent.java
com.dzharvis.game.world.World.java
com.dzharvis.utils.Point.java
com.dzharvis.utils.Vector.java