Android application to emulate the game Reversi..
Flippit is hosted in the following web site
https://github.com/damien5314/Flippit
If you think the Android project Flippit 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 Flippit.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
Fragment Count | 2 |
Required Permissions | android.permission.GET_ACCOUNTS |
There are 11 image files in Flippit. The names of the image files are listed as follows.
ic_action_action_help.png ic_action_action_settings.png ic_action_action_view_list.png ic_action_av_replay.png ic_action_content_add_circle_outline.png ic_action_navigation_arrow_back.png ic_action_navigation_arrow_forward.png ic_av_replay_blue.png ic_turn_indicator_p1.png ic_turn_indicator_p2.png ic_turn_neutral.png
The following screenshort is generated from the image listed above.
Flippit has the following Java source files.
com.ddiehl.android.reversi.activities.HowToPlayActivity.java com.ddiehl.android.reversi.activities.LauncherActivity.java com.ddiehl.android.reversi.activities.MatchActivity.java com.ddiehl.android.reversi.activities.MultiPlayerMatchActivity.java com.ddiehl.android.reversi.activities.SettingsActivity.java com.ddiehl.android.reversi.activities.SinglePlayerMatchActivity.java com.ddiehl.android.reversi.adapters.HowToPlayPageAdapter.java com.ddiehl.android.reversi.game.Board.java com.ddiehl.android.reversi.game.BoardIterator.java com.ddiehl.android.reversi.game.BoardSpace.java com.ddiehl.android.reversi.game.ComputerAI.java com.ddiehl.android.reversi.game.ReversiPlayer.java com.ddiehl.android.reversi.utils.Utils.java