A simple game using OpenGL ES containing elements from Snake.
snake-game is hosted in the following web site
https://github.com/stpherring/snake-game
If you think the Android project 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 snake-game.
Item | Value |
---|---|
Java File Count | 35 |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WAKE_LOCK |
snake-game has the following Java source files.
com.herring.myfirstgame.AndroidAudio.java com.herring.myfirstgame.AndroidFileIO.java com.herring.myfirstgame.AndroidInput.java com.herring.myfirstgame.AndroidMusic.java com.herring.myfirstgame.AndroidSound.java com.herring.myfirstgame.Audio.java com.herring.myfirstgame.CapturableObject.java com.herring.myfirstgame.DynamicGameObject.java com.herring.myfirstgame.FPSCounter.java com.herring.myfirstgame.FileIO .java com.herring.myfirstgame.Food.java com.herring.myfirstgame.GLGraphics.java com.herring.myfirstgame.Game.java com.herring.myfirstgame.GameObject.java com.herring.myfirstgame.GraphicUtils.java com.herring.myfirstgame.Input.java com.herring.myfirstgame.LineSegment.java com.herring.myfirstgame.MultiTouchHandler.java com.herring.myfirstgame.Music.java com.herring.myfirstgame.MyGame.java com.herring.myfirstgame.OverlapTester.java com.herring.myfirstgame.Pool.java com.herring.myfirstgame.PoolObjectFactory.java com.herring.myfirstgame.Rectangle.java com.herring.myfirstgame.Screen.java com.herring.myfirstgame.SingleTouchHandler.java com.herring.myfirstgame.Snake.java com.herring.myfirstgame.SnakeElement.java com.herring.myfirstgame.SnakeGame.java com.herring.myfirstgame.Sound.java com.herring.myfirstgame.SpatialHashGrid.java com.herring.myfirstgame.TouchEvent.java com.herring.myfirstgame.TouchHandler.java com.herring.myfirstgame.Vector2.java com.herring.myfirstgame.Vertices.java