Android Open Source - Game canvas Android-Tile-Based-Game






Project Summary

An example of a tile-based, 2D game using Android's Canvas..

Web Site / Source Repository

Android-Tile-Based-Game is hosted in the following web site
https://github.com/ruscoe/Android-Tile-Based-Game

If you think the Android project Android-Tile-Based-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 Android-Tile-Based-Game.

ItemValue
Java File Count11
Supported screen sizes[mdpi, hdpi]
Minimum SDK Version4
Activity Count2
Asset File Namesassets\fonts\Molot.otf




License

The license information of Android-Tile-Based-Game is as follows:

MIT License

Resource Files

There are 14 image files in Android-Tile-Based-Game. The names of the image files are listed as follows.

ctrl_down_arrow.png
ctrl_left_arrow.png
ctrl_right_arrow.png
ctrl_up_arrow.png
player_unit.png
tile_01.png
tile_02.png
tile_03.png
tile_04.png
tile_05.png
tile_06.png
tile_07.png
tile_danger_01.png
tile_exit.png

The following screenshort is generated from the image listed above.

null




Java Source Files

org.ruscoe.example.tilegame.About.java
org.ruscoe.example.tilegame.GameImage.java
org.ruscoe.example.tilegame.GameTile.java
org.ruscoe.example.tilegame.GameUi.java
org.ruscoe.example.tilegame.GameUnit.java
org.ruscoe.example.tilegame.GameView.java
org.ruscoe.example.tilegame.Play.java
org.ruscoe.example.tilegame.PlayerUnit.java
org.ruscoe.example.tilegame.data.GameDAO.java
org.ruscoe.example.tilegame.data.GameLevelTileData.java
org.ruscoe.example.tilegame.data.GameTileData.java