An example of an RTS game on Android implemented using AndEngine..
rts-example is hosted in the following web site
https://github.com/jingdao/rts-example
If you think the Android project rts-example 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 rts-example.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Asset File Names | assets\gfx\attack.png assets\gfx\button.png assets\gfx\map.jpg assets\gfx\minimap.jpg assets\gfx\move-arrow.png assets\gfx\move.png assets\gfx\player.png assets\gfx\splashscreen.jpg assets\gfx\stop.png |
rts-example has the following Java source files.
com.rts.MainActivity.java com.rts.PlayerModel.java com.rts.PlayerView.java com.rts.RtsHUD.java com.rts.SettingsActivity.java