Simple android game based on four in a row.
Fourrow-android is hosted in the following web site
https://github.com/JensPenny/Fourrow-android
If you think the Android project Fourrow-android 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 Fourrow-android.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 7 |
Activity Count | 1 |
There are 7 image files in Fourrow-android. The names of the image files are listed as follows.
emptycell.png p1cell.png p2anim_frame1.png p2anim_frame2.png p2anim_frame4.png p2anim_frame5.png p2cell.png
The following screenshort is generated from the image listed above.
Fourrow-android has the following Java source files.
penny.fourrow.gamefield.GameFieldAnimationHandler.java penny.fourrow.gamefield.GameFieldGestureListener.java penny.fourrow.gamefield.GameFieldView.java penny.fourrow.logic.EventListenerList.java penny.fourrow.logic.GameController.java penny.fourrow.logic.GameFinishedEvent.java penny.fourrow.logic.GameFinishedListener.java penny.fourrow.logic.IGameControl.java penny.fourrow.logic.Player.java penny.fourrow.viewlogic.FourRowBasicParameters.java penny.fourrow.viewlogic.FourRowPMActivity.java penny.fourrow.viewlogic.FourRowPreferenceActivity.java support.PointPair.java support.Vector2D.java