Basic Minesweeper game built for Android devices.
Minesweeper is hosted in the following web site
https://github.com/ChrisViperZ/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 | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
There are 4 image files in Minesweeper. The names of the image files are listed as follows.
happy.png minesweeper.png sad.png win.png
The following screenshort is generated from the image listed above.
Minesweeper has the following Java source files.
com.example.minesweeper.Block.java com.example.minesweeper.GameActivity.java com.example.minesweeper.HighScoresActivity.java com.example.minesweeper.MainActivity.java com.example.minesweeper.OptionsActivity.java com.example.minesweeper.util.SystemUiHider.java com.example.minesweeper.util.SystemUiHiderBase.java com.example.minesweeper.util.SystemUiHiderHoneycomb.java