Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 572 Bytes

Minesweeper

A java implementation with a GUI of the video game called 'Minesweeper' Link to Wikipedia article: https://en.wikipedia.org/wiki/Minesweeper_(video_game)

To run:
If using Intellij ensure that you have downloaded the src and resources folders, then using a compiler that can compile and run Language level 20 build and run App.java
If using javac first ensure that you have download the src and bin folders, then a level above .\src, use the following commands:

javac -d .\bin\ .\src*.java
cd .\bin\
java App