Snake game for android with minimal controls and some additional options (music control, snake AI...).
snake is hosted in the following web site
https://github.com/knezzz/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 | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 14 |
Activity Count | 23 |
jar files used | android-support-v4.jar classes-baa74bd26b16094169de1af325b829bb1ac4fb48.jar classes.jar internal_impl-20.0.0-632e860177265512de959047b3071e7d4b6bd180.jar internal_impl-20.0.0.jar support-annotations-20.0.0-cff14111b1b2d62846697aebb1a73572322af200.jar |
There are 6 image files in snake. The names of the image files are listed as follows.
radio_off.png radio_off_pressed.png radio_on.png radio_on_pressed.png toggle_off.png toggle_on.png
The following screenshort is generated from the image listed above.
snake has the following Java source files.
hr.knezzz.snake.BuildConfig.java hr.knezzz.snake.BuildConfig.java hr.knezzz.snake.GRadioGroup.java hr.knezzz.snake.OptionsScreen.java hr.knezzz.snake.SnakeBackup.java hr.knezzz.snake.TitleScreen.java hr.knezzz.snake.game.Game.java hr.knezzz.snake.game.GameOver.java hr.knezzz.snake.game.GamePause.java hr.knezzz.snake.game.GameScreen.java