Minesweeper
A downloadable game for Android
Download NowName your own price
Hello World! I just tried to develop minesweeper game as project for coding ninjas android development with kotlin course. It includes following features :
- Three difficulty levels : Easy, Medium, Hard.
- By default game will start with Easy difficulty level.
- An option to create custom board with some conditions.
- Mines to be flagged is shown at the top left corner
- Timer is present at the top right corner.
- Button to restart the game
- Alert Dialog when trying to restart the game when already a game is going on.
- You can flag only as many cells as there are bombs.
- Vibration is implemented when user flagged a cell, so that user can know that the cell is flagged.
- Best Game Time and Last Game Time is stored for the game in the format mm:ss.
- First click is free click. Means at first click you will never encounter the bomb.
- Timer starts with the first click and stops if you win/lose/restart the game.
Conditions for custom board.
- Minimum number of rows = 11
- Minimum number of columns = 8
- Maximum number of rows = 40
- Maximum number of columns = 25
- Minimum number of bombs = number of rows
- Maximum number of bombs = 1/4 of the board size.
- Number of columns should be less than or equal to number of rows.
Invention : There is an option to share your best time of the game.
Developed By : Sushil Kumar sushilkumar168141@gmail.com
Status | Released |
Platforms | Android |
Author | Sushil Kumar |
Genre | Puzzle |
Download
Download NowName your own price
Click download now to get access to the following files:
Minesweeper 1.9 MB
Leave a comment
Log in with itch.io to leave a comment.