Android Open Source - OpenGL Snake snake-game






Project Summary

A simple game using OpenGL ES containing elements from Snake.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of snake-game.

ItemValue
Java File Count35
Target SDK Version17
Minimum SDK Version9
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WAKE_LOCK




Java Source Files

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