Skip to content

alestorm980/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Console version of minesweeper game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages