Simple Snake game application developed for Android.
Snake is hosted in the following web site
https://github.com/CatalinRamascanu/Snake
If you think the Android project Snake 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 Snake.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 9 image files in Snake. The names of the image files are listed as follows.
apple.png down_arrow.png left_arrow.png potato.png red_button.png right_arrow.png tomato.png up_arrow.png watermellon.png
The following screenshort is generated from the image listed above.
Snake has the following Java source files.
com.android.application.MainActivity.java com.android.game.AndroidGameCanvas.java com.android.game.AndroidGameView.java com.android.game.Collision.java com.android.game.FoodAndPowers.java com.android.game.PairNumber.java com.android.game.PositionImage.java com.android.game.Snake.java com.android.game.SnakeGame.java