A project where I was futzing around with MVC principles and trying to strong-arm Android into using them..
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.
The following table is the detailed list of adventure-game.
Item | Value |
---|---|
Java File Count | 27 |
Minimum SDK Version | 10 |
Activity Count | 1 |
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.
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