###Written by Jeffrey Phung & Sonny Tang Summer 2014
####Versions:
v1.0 (Summer 2014):
- Ran in IDE as Applet (Dr. Java).
v2.0 (November 17, 2015):
- Revamped: can be ran in command line now
- Fixed display bug of sunglasses face/sad face, congratz/try again!
usage: java Minesweeper [number of rows] [number of columns]
It can handle input errors. Minimum board size: 3x3
#####Prerequisites:
javac, java
#####How to run:
$: cd /path_to_root_game_folder/v2/
$: javac *.java
$: java Minesweeper