SnakeLadder game on Android with Andengine.
SnakeLadder is hosted in the following web site
https://github.com/ipopza/SnakeLadder
If you think the Android project SnakeLadder 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 SnakeLadder.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\gfx\background.png assets\gfx\dice.png assets\gfx\p1.png assets\gfx\p1_text.png assets\gfx\p2.png assets\gfx\p2_text.png assets\gfx\player.png |
SnakeLadder has the following Java source files.
com.example.snakeladder.CallBack.java com.example.snakeladder.MainActivity.java com.example.snakeladder.Utility.java com.example.snakeladder.model.Ladder.java com.example.snakeladder.model.Player.java com.example.snakeladder.model.Table.java com.example.snakeladder.model.TableCell.java