Skip to content

Latest commit

 

History

History
 
 

minesweeper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Minesweeper

Rules

  1. Find every mine in the field and place flags on them
  2. Valid input to dig : ROW SPACE COLUMN 1 E 4 A 6 H
  3. Valid input to flag : ROW SPACE COLUMN F 1 E F 4 A F 6 H F
  4. Total of 8 bombs in 8x8 grid
  5. You can change MINE GRID values for incereased/decreased difficulty
  6. Good Luck!

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone git@github.com:AseanK/beginner-python-games.git
  3. Head to the minesweeper folder
  4. Run the file using python command python minesweeper.py