A python console version of the traditional minesweeper game
My program runs on python Python 2.7.15 Run the code with
$ python game.py
To run the automated test you need to run the following commands:
$ python test_board.py
$ python test_cell.py
$ python -m unittest test_board test_cell