PSL Internship code challenge
Program runs on Python 3.
- Go to minesweeper directory
- Run
$python3 minesweeper.py
- After first input prompt enter Height, Widht and Mines (In that order)
- Go on playing by submitting cell position (First Row and Column is 1. Positioning starts on 1), then specify the action using U for Uncover and M for Mark
- Action literal is not case sensitive lower or upper "U" and "M" will work.
- Program exits execution after finish game. Re-run step 2 to play again.