The famous "Minesweeper" (buscaminas) game as an Android application.
Developed under Eclipse IDE and Android 2.2 SDK (the most stable version when the app was developed).
The objective of the game is to clear a minefield without detonating any mines:
- The mine field will consist of 11 * 9 squares, of which 15% of them may be bombs.
- The player can put a flag on the boxes that the player thinks that there are mines.
- If you discover a square with a mine, the game is over.
The application has a responsive design, its views adapt automatically to the screen of the device.