Classical mine sweeper game developed in Java
- Download the files.
- In your terminal, navigate to the folder where the files live.
- Type "java MineSweeper", hit enter and enjoy the game!
- Start by clicking on a random cell.
- Use your analytical mind to determine which is a mine based on the hints given. Label a mine by right clicking on the cell.
- Number on the top left corner indicates the mines left. To be more specific, it equals to the total number of mines - mines you have labeled.
- Once you've correctly pinned down all the mines and opened all safe cells, you win!
- You'll lose if you clicked on any mine.