This is a text-based implementation of the classic game 'Minesweeper'. When run properly the code should
display the rules and objective of Minesweeper, along with how to play my version. It will continually
prompt you to enter moves till you either win or lose.
Code can be run using command line. All you need is a valid JDK, in my case JDK 11.
- First navigate to the src file
- Type the following commands into command line:
$ javac Game.java
$ java Game