Minesweeper: made in java
(Make sure you have java installed)
- Download everything
- Open up command line and type the following
javac Game.java
java Minesweeper.java
- Enjoy
- Left click to reveal a cell
- Right click to flag a cell
- Middle click to reveal surrounding of a cell
This game follows all rules of Microsoft's minesweeper
- Package everything into
.jar
- Apple things:
- Clearance of the board is needed
- Middle click implementation on the trackpad