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.gitRun the following commands
pip install pyinstaller
pyinstaller --onefile main.pyAfter that you will find a main.exe under the dist folder.
Open the main.exe file to run the game.