2 player Connect Four game for Android..
connect_four is hosted in the following web site
https://github.com/n8armstrong/connect_four
If you think the Android project connect_four 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 connect_four.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
There are 4 image files in connect_four. The names of the image files are listed as follows.
cell_frame.png empty.png red.png yellow.png
The following screenshort is generated from the image listed above.
connect_four has the following Java source files.
com.example.nate.connectfour.ApplicationTest.java com.example.nate.connectfour.Board.java com.example.nate.connectfour.Cell.java com.example.nate.connectfour.GameActivity.java