Mine sweeper game developed in with Python Tkinter
- Windows 10 or higher
- Python 3.10 or higher
Clone the repository
git clone https://github.com/pyscriptbug/minesweeper.git
Run the following commands
pip install pyinstaller
pyinstaller --onefile main.py
After that you will find a main.exe
under the dist
folder.
Open the main.exe
file to run the game.