Android Open Source - Game example MiReversi






Project Summary

An example of "Reversi" game on Android.

Web Site / Source Repository

MiReversi is hosted in the following web site
https://github.com/mikehibm/MiReversi

If you think the Android project MiReversi listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of MiReversi.

ItemValue
Java File Count15
Activity Count2

License

The license information of MiReversi is as follows:

MIT License

Resource Files

There are 4 image files in MiReversi. The names of the image files are listed as follows.

b1.png
bg1.png
bg2_green2.png
w1.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.example.mireversi.GameActivity.java
com.example.mireversi.Pref.java
com.example.mireversi.ReversiView.java
com.example.mireversi.Utils.java
com.example.mireversi.exceptions.InvalidMoveException.java
com.example.mireversi.model.Board.java
com.example.mireversi.model.Cell.java
com.example.mireversi.model.ComputerPlayerLevel0.java
com.example.mireversi.model.ComputerPlayerLevel1.java
com.example.mireversi.model.ComputerPlayerLevel2.java
com.example.mireversi.model.ComputerPlayerLevel3.java
com.example.mireversi.model.ComputerPlayer.java
com.example.mireversi.model.HumanPlayer.java
com.example.mireversi.model.IPlayerCallback.java
com.example.mireversi.model.Player.java