Skip to content

eniasqurku/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line interface implementation of minesweeper game

Requirements

  • Python 3.9+
  • Pytest

Tests

To run tests run the command:

pytest

Playing

To play the game run main.py script

python main.py

After that supply the table dimension and coordinates for the cell you want to dig seperated by comma e.g 1,3

"B" and "C" names for each cell denote "Bomb" and "Clear" respectively

About

Command line implementation of minesweeper game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages