Android Open Source - Game minesweeper MineSweeper






Project Summary

Proyecto primer parcial Android.

Web Site / Source Repository

MineSweeper is hosted in the following web site
https://github.com/rbalda/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.

Project Detail

The following table is the detailed list of MineSweeper.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi, nodpi]
Target SDK Version18
Minimum SDK Version11
Activity Count2
Required Permissionsandroid.permission.VIBRATE
Asset File Namesassets\fonts\ARMY RUST.ttf
assets\fonts\digital-7 (mono).ttf
assets\fonts\digital-7.ttf
Raw File Namesres\raw\dig.wav
res\raw\indiana.mp3
res\raw\mine.wav




Resource Files

There are 22 image files in MineSweeper. The names of the image files are listed as follows.

button.png
button_pressed.png
button_selected.png
cool_smile.png
dead_smile.png
dialogback.png
exit_no_pressed.png
exit_pressed.png
hole.png
mines.png
minesweeperlogo.png
normal_smile.png
restart_no_pressed.png
restart_pressed.png
shiny0.png
shiny1.png
shiny2.png
shiny3.png
shiny4.png
shiny5.png
soil.png
surprised_smile.png

The following screenshort is generated from the image listed above.

null




Java Source Files

MineSweeper has the following Java source files.

com.minesweeper.Block.java
com.minesweeper.BlockUI.java
com.minesweeper.Clock.java
com.minesweeper.Counter.java
com.minesweeper.DataBaseCreator.java
com.minesweeper.LevelData.java
com.minesweeper.MainMenu.java
com.minesweeper.MineSweeper.java
com.minesweeper.PermanentAudio.java
com.minesweeper.Shield.java
com.minesweeper.Smile.java
com.minesweeper.User.java
com.minesweeper.UserDataSource.java