Android Open Source - Game project adventure-game






Project Summary

A project where I was futzing around with MVC principles and trying to strong-arm Android into using them..

Web Site / Source Repository

adventure-game is hosted in the following web site
https://github.com/cedmans/adventure-game

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

ItemValue
Java File Count27
Minimum SDK Version10
Activity Count1

Resource Files

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

hero.gif

The following screenshort is generated from the image listed above.

null




Java Source Files

adventure-game has the following Java source files.

com.mightofbyte.adventuregame.AdventureGameActivity.java
com.mightofbyte.adventuregame.DeviceInformation.java
com.mightofbyte.adventuregame.GameState.java
com.mightofbyte.adventuregame.GameThread.java
com.mightofbyte.adventuregame.GameView.java
com.mightofbyte.adventuregame.control.InputManager.java
com.mightofbyte.adventuregame.control.KeyboardState.java
com.mightofbyte.adventuregame.control.ModelController.java
com.mightofbyte.adventuregame.control.PlayerController.java
com.mightofbyte.adventuregame.model.Model.java
com.mightofbyte.adventuregame.model.PlayerModel.java
com.mightofbyte.adventuregame.model.World.java
com.mightofbyte.adventuregame.view.DrawBatch.java
com.mightofbyte.adventuregame.view.Image.java
com.mightofbyte.adventuregame.view.ImageLoader.java
com.mightofbyte.adventuregame.view.PlayerViewer.java
com.mightofbyte.adventuregame.view.Texture.java
com.mightofbyte.adventuregame.view.ViewAdapter.java
com.mightofbyte.adventuregame.view.Viewer.java
com.mightofbyte.adventuregame.view.WorldViewer.java
com.mightofbyte.adventuregame.view.android.AndroidImage.java
com.mightofbyte.adventuregame.view.android.AndroidImageLoader.java
com.mightofbyte.adventuregame.view.android.AndroidViewAdapter.java