Minesweeper Rules Find every mine in the field and place flags on them Valid input to dig : ROW SPACE COLUMN 1 E 4 A 6 H Valid input to flag : ROW SPACE COLUMN F 1 E F 4 A F 6 H F Total of 8 bombs in 8x8 grid You can change MINE GRID values for incereased/decreased difficulty Good Luck! How to play Fork the repo by clicking the fork logo the on top right Clone the repo git clone [email protected]:AseanK/beginner-python-games.git Head to the minesweeper folder Run the file using python command python minesweeper.py