Download Minesweeper Free Java Code
Description
Yet another implementation of the classic Minesweeper game.
Icons
Source Files
The download file Minesweeper-master.zip has the following entries.
.gitattributes//from www . j a va2s. c om
.gitignore
AndroidManifest.xml
Psuedo Code
gen/com/example/minesweeper/BuildConfig.java
ic_launcher-web.png
libs/android-support-v4.jar
proguard-project.txt
project.properties
res/drawable-hdpi/happy.png
res/drawable-hdpi/ic_launcher.png
res/drawable-hdpi/minesweeper.png
res/drawable-hdpi/sad.png
res/drawable-hdpi/win.png
res/drawable-mdpi/ic_launcher.png
res/drawable-xhdpi/ic_launcher.png
res/drawable-xxhdpi/ic_launcher.png
res/layout/activity_game.xml
res/layout/activity_high_scores.xml
res/layout/activity_main.xml
res/layout/activity_options.xml
res/menu/game.xml
res/menu/high_scores.xml
res/menu/main.xml
res/menu/options.xml
res/values-sw600dp/dimens.xml
res/values-sw720dp-land/dimens.xml
res/values-v11/styles.xml
res/values-v14/styles.xml
res/values/attrs.xml
res/values/colors.xml
res/values/dimens.xml
res/values/strings.xml
res/values/styles.xml
src/com/example/minesweeper/Block.java
src/com/example/minesweeper/GameActivity.java
src/com/example/minesweeper/HighScoresActivity.java
src/com/example/minesweeper/MainActivity.java
src/com/example/minesweeper/OptionsActivity.java
src/com/example/minesweeper/util/SystemUiHider.java
src/com/example/minesweeper/util/SystemUiHiderBase.java
src/com/example/minesweeper/util/SystemUiHiderHoneycomb.java
Download
Click the following link to download Minesweeper-master.zip.
Minesweeper-master.zip