Android Open Source - Game board rise-android






Project Summary

Android version of the board game Rise!.

Web Site / Source Repository

rise-android is hosted in the following web site
https://github.com/matthewtole/rise-android

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

ItemValue
Java File Count27
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\fonts\spinach.ttf
assets\fonts\spinach_outline.ttf
assets\gfx\background.png
assets\gfx\blue_tower1.png
assets\gfx\blue_tower2.png
assets\gfx\blue_tower3.png
assets\gfx\blue_tower3b.png
assets\gfx\blue_worker.png
assets\gfx\blue_worker_in\0.png
assets\gfx\blue_worker_in\1.png
assets\gfx\blue_worker_in\2.png
assets\gfx\blue_worker_in\3.png
assets\gfx\blue_worker_in\4.png
assets\gfx\blue_worker_in\5.png
assets\gfx\blue_worker_out\0.png
assets\gfx\blue_worker_out\1.png
assets\gfx\blue_worker_out\2.png
assets\gfx\blue_worker_out\3.png
assets\gfx\blue_worker_out\4.png
assets\gfx\blue_worker_out\5.png
assets\gfx\blue_worker_out\6.png
assets\gfx\blue_worker_out\7.png
assets\gfx\blue_worker_out\8.png
assets\gfx\blue_worker_out\9.png
assets\gfx\error.jpg
assets\gfx\highlight2\0.png
assets\gfx\highlight2\1.png
assets\gfx\highlight2\2.png
assets\gfx\highlight2\3.png
assets\gfx\highlight2\4.png
assets\gfx\highlight2\5.png
assets\gfx\highlight2\6.png
assets\gfx\highlight2\7.png
assets\gfx\highlight\0.png
assets\gfx\highlight\1.png
assets\gfx\highlight\10.png
assets\gfx\highlight\11.png
assets\gfx\highlight\12.png
assets\gfx\highlight\13.png
assets\gfx\highlight\14.png
assets\gfx\highlight\15.png
assets\gfx\highlight\16.png
assets\gfx\highlight\17.png
assets\gfx\highlight\18.png
assets\gfx\highlight\19.png
assets\gfx\highlight\2.png
assets\gfx\highlight\3.png
assets\gfx\highlight\4.png
assets\gfx\highlight\5.png
assets\gfx\highlight\6.png
assets\gfx\highlight\7.png
assets\gfx\highlight\8.png
assets\gfx\highlight\9.png
assets\gfx\interface\target.png
assets\gfx\red_tower1.png
assets\gfx\red_tower2.png
assets\gfx\red_tower3.png
assets\gfx\red_tower3b.png
assets\gfx\red_worker.png
assets\gfx\red_worker_in\0.png
assets\gfx\red_worker_in\1.png
assets\gfx\red_worker_in\2.png
assets\gfx\red_worker_in\3.png
assets\gfx\red_worker_in\4.png
assets\gfx\red_worker_in\5.png
assets\gfx\red_worker_out\0.png
assets\gfx\red_worker_out\1.png
assets\gfx\red_worker_out\2.png
assets\gfx\red_worker_out\3.png
assets\gfx\red_worker_out\4.png
assets\gfx\red_worker_out\5.png
assets\gfx\red_worker_out\6.png
assets\gfx\red_worker_out\7.png
assets\gfx\red_worker_out\8.png
assets\gfx\red_worker_out\9.png
assets\gfx\tile.png
assets\layouts\bridge.txt
assets\layouts\cold_war.txt
assets\layouts\neighbours.txt
assets\layouts\node_zero.txt
assets\layouts\the_pit.txt
Raw File Namesres\raw\magicfail.ogg




Resource Files

There are 1 image files in rise-android. The names of the image files are listed as follows.

ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

rise-android has the following Java source files.

com.matthewtole.androidrise.MainActivity.java
com.matthewtole.androidrise.MenuActivity.java
com.matthewtole.androidrise.game.Common.java
com.matthewtole.androidrise.game.GameThread.java
com.matthewtole.androidrise.game.GameView.java
com.matthewtole.androidrise.game.SoundManager.java
com.matthewtole.androidrise.game.SpriteManager.java
com.matthewtole.androidrise.game.TurnIndicator.java
com.matthewtole.androidrise.game.pieces.AnimatedPiece.java
com.matthewtole.androidrise.game.pieces.BitmapPiece.java
com.matthewtole.androidrise.game.pieces.CompositePiece.java
com.matthewtole.androidrise.game.pieces.Piece.java
com.matthewtole.androidrise.game.pieces.PieceCallback.java
com.matthewtole.androidrise.game.pieces.Tile.java
com.matthewtole.androidrise.game.pieces.Tower.java
com.matthewtole.androidrise.game.pieces.Worker.java
com.matthewtole.androidrise.lib.GameUpdate.java
com.matthewtole.androidrise.lib.GridLocation.java
com.matthewtole.androidrise.lib.Location.java
com.matthewtole.androidrise.lib.RiseGame.java
com.matthewtole.androidrise.lib.RiseTile.java
com.matthewtole.androidrise.lib.ScreenLocation.java
com.matthewtole.androidrise.lib.SimpleQueue.java
com.matthewtole.androidrise.lib.Utils.java