- Install Python 3.9.9 or higher.
- Install the packages in requirements.txt, using the following command in the terminal in the game folder: pip install -r requirements.txt
- Run main.py file using python main.py in terminal.
- Run Minesweeper.exe.
The rules of Minesweeper are simple: If you discover a mine, it's game over. If you discover an empty square, the game continues. If a number appears, it tells you how many mines are hidden in the eight squares that surround it.
All art and code was made by me