This is merely a project I have decided to make. It's really just a game of minesweeper I made.
Warning
Download Python if you don't have it yet. It's necessary.
This game will include:
- Multiple modes
- Pygame interface
- Customisable boards
- Many more
Note
To restart the game, click inbetween the two 7 segment digit displays, in the area where it has the rainbow text:
MINESWEEPER!
In order to install the requirements for this game, using cmd terminal, run:
pip install pygameThis will install the most up to date version of pygame for your version of python.
To launch the game, open up a command window in the file explorer location and run:
python main.pyor just launch the file entitled main.py in the main repository. After this, you should have a game of minesweeper up on your screen!