Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 388 Bytes

File metadata and controls

24 lines (15 loc) · 388 Bytes

Minesweeper Game

A python console version of the traditional minesweeper game

Prerequisites and Information

My program runs on python Python 2.7.15 Run the code with

$ python game.py

Running the tests

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