First person RPG for Android using a raycaster written in C for graphics..
MiniRPG is hosted in the following web site
https://github.com/smarmy/MiniRPG
If you think the Android project MiniRPG 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 MiniRPG.
Item | Value |
---|---|
Java File Count | 31 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 8 |
Activity Count | 1 |
There are 7 image files in MiniRPG. The names of the image files are listed as follows.
bmp_button_80x50.png bmp_button_pressed_80x50.png devil.png floor64x64.png font_8x8.png skybox.png wall.png
The following screenshort is generated from the image listed above.
MiniRPG has the following Java source files.
com.redapplecandy.minirpg.BitmapLoader.java com.redapplecandy.minirpg.Config.java com.redapplecandy.minirpg.Core.java com.redapplecandy.minirpg.Direction.java com.redapplecandy.minirpg.MainActivity.java com.redapplecandy.minirpg.Pair.java com.redapplecandy.minirpg.RenderView.java com.redapplecandy.minirpg.SimpleCamera.java com.redapplecandy.minirpg.StatusText.java com.redapplecandy.minirpg.abilities.Ability.java com.redapplecandy.minirpg.battle.Battle.java com.redapplecandy.minirpg.battle.BattleEntity.java com.redapplecandy.minirpg.character.Party.java com.redapplecandy.minirpg.character.PlayerCharacter.java com.redapplecandy.minirpg.character.PlayerClass.java com.redapplecandy.minirpg.dungeonfeatures.wallfeatures.WallFeature.java com.redapplecandy.minirpg.graphics.Camera.java com.redapplecandy.minirpg.graphics.Raycaster.java com.redapplecandy.minirpg.graphics.Text.java com.redapplecandy.minirpg.items.Item.java com.redapplecandy.minirpg.maps.Level.java com.redapplecandy.minirpg.maps.Warp.java com.redapplecandy.minirpg.math.Vec2.java com.redapplecandy.minirpg.monster.Monster.java com.redapplecandy.minirpg.ui.BitmapButton.java com.redapplecandy.minirpg.ui.CharacterWidget.java com.redapplecandy.minirpg.ui.InvisibleButton.java com.redapplecandy.minirpg.ui.MessageBox.java com.redapplecandy.minirpg.util.ArrayUtils.java com.redapplecandy.minirpg.util.BattlerComparator.java com.redapplecandy.minirpg.util.MathUtils.java