Minesweeper is an Android app written for a code challenge..
minesweeper is hosted in the following web site
https://github.com/rhfung/minesweeper
If you think the Android project minesweeper 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 minesweeper.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Fragment Count | 1 |
minesweeper has the following Java source files.
com.rhfung.minesweeper.activity.GameboardActivity.java com.rhfung.minesweeper.fragment.GameboardFragment.java com.rhfung.minesweeper.model.GameModel.java com.rhfung.minesweeper.view.GameCell.java