Android app game that tests the user's speed and skill for sorting cards based on patterns, colours and/or words.
SwipeGame is hosted in the following web site
https://github.com/CarletonStudentDev/SwipeGame
If you think the Android project SwipeGame 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 SwipeGame.
Item | Value |
---|---|
Java File Count | 35 |
Activity Count | 4 |
Test Case Count | 6 |
There are 15 image files in SwipeGame. The names of the image files are listed as follows.
blankheart.png eight.png five.png four.png fullheart.png nine.png one.png seven.png six.png three.png two.png x2.png x4.png x8.png zero.png
The following screenshort is generated from the image listed above.
SwipeGame has the following Java source files.
DrawableObjects.Card.java DrawableObjects.GameBoard.java DrawableObjects.MultiplierBar.java DrawableObjects.Score.java DrawableObjects.TopBar.java Model.CardGenerator .java Model.CardGeneratorTest.java Model.CardTest.java Model.Game .java Model.GameEvent.java Model.GameTest.java Model.Listener .java Model.Multiplier.java Model.MultiplierTest.java Model.Player.java Model.PlayerTest.java Model.Timer .java OpenGL.Circle.java OpenGL.CircleImage.java OpenGL.Drawable.java OpenGL.DrawableObject.java OpenGL.GraphicsHelper.java OpenGL.Image.java OpenGL.Line.java OpenGL.MyGLSurfaceView.java OpenGL.MyRenderer.java OpenGL.Square.java SaveReloadState.State .java SaveReloadState.StateTest.java com.example.owner.gameproject.ApplicationTest.java com.example.owner.gameproject.GameLoopThread.java com.example.owner.gameproject.MyActivity.java com.example.owner.gameproject.StartEndlessActivity.java com.example.owner.gameproject.StartMarathonActivity.java com.example.owner.gameproject.StartNormalActivity.java