Minesweeper in Python/PyGame.
Run pip install -r requirements.txt to install the PyGame dependency.
To run the game, invoke python main.py from the terminal.
Press Enter to reset the board.
Press Esc to quit the game.
Start the game by selecting a difficulty setting in the terminal window.
After the game starts, use the left mouse button to click on a cell and the right mouse button to mark a cell. You will win the game when all of the cells with mines are marked. Good luck!
PySweeper is licensed under the Apache license version 2. See the LICENSE file for more details.