Divergent Studio

Minesweeper

Mobile Game Inspired by Classic Minesweeper

Project Info

This mobile game for Android is developed using Java and the Android Studio platform. The game board is dynamically created using a RecyclerView, allowing future customization where users can select the number of tiles and bombs to adjust the difficulty. However, this customization will be limited by maximum and minimum thresholds based on the device's screen size.

Like the classic Minesweeper, the game displays the number of remaining bombs. The timer starts with the first click, and when a cell is selected, if it doesn't contain a bomb, the number of adjacent bombs is revealed, including those located horizontally, vertically, or diagonally. Players can also hold down a cell to mark it as a potential bomb location.

There are three difficulty levels with varying board sizes and bomb counts: easy mode features an 8x8 board with 10 bombs, medium mode has a 12x12 board with 15 bombs, and hard mode includes a 16x16 board with 25 bombs.

Project Resources

Android Studio

Share