Simple 2D Snake Game for Android.
android_snake_game is hosted in the following web site
https://github.com/codepath/android_snake_game
If you think the Android project android_snake_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.
The following table is the detailed list of android_snake_game.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
android_snake_game has the following Java source files.
com.codepath.examples.basicsnakegame.AppleActor.java com.codepath.examples.basicsnakegame.ScoreBoard.java com.codepath.examples.basicsnakegame.SnakeActor.java com.codepath.examples.basicsnakegame.SnakeGameActivity.java com.codepath.examples.basicsnakegame.SnakeGamePanel.java