Skip to content

publicarray/mines

Repository files navigation

Minesweeper by Jared Rankin @bigbluecloud and Sebastian Schmidt @publicarray

To open the programm open the Mine.java file. It is the main class for the program.

How to create an executable jar

javac Mines.java
jar cfm mines.jar Manifest.txt *.class *.png
java -jar mines.jar