Android Open Source - Game snake Snake






Project Summary

Simple Snake game application developed for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Snake.

ItemValue
Java File Count10
Supported screen sizes[hdpi]
Minimum SDK Version10
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

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