Simple game for Android phones.
lines is hosted in the following web site
https://github.com/Trostyanchuk/lines
If you think the Android project lines 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 lines.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [hdpi, xhdpi] |
Minimum SDK Version | 19 |
Activity Count | 2 |
There are 5 image files in lines. The names of the image files are listed as follows.
blue.png green.png red.png stripped.png yellow.png
The following screenshort is generated from the image listed above.
lines has the following Java source files.
com.example.lines.GameActivity.java com.example.lines.GameFieldView.java com.example.lines.InitialActivity.java com.example.lines.entity.Cell.java com.example.lines.entity.Node.java com.example.lines.util.AlgoUtil.java com.example.lines.util.DimentionsUtil.java com.example.lines.util.FieldUtil.java