Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 329 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 329 Bytes

minesweeper

Simple minesweeper game.

To run from the command line:

  1. Execute "$ pip install -r requirements.txt" to install the required packages.

  2. Change into the src folder and execute "$ python run.py rows cols num_mines" to play Minesweeper with a grid that is rows x cols large and has num_mines mines in the grid.