Helloooooo!
This is my version of good old Minesweeper game — built entirely with Python using tkinter for GUI.
- A fully working Minesweeper with a graphical interface
- Classic mechanics: click to reveal, right-click to flag
- Recursive clearing of empty tiles (like the real game!)
- All built using standard Python — no fancy dependencies
---
Just Python!
No need to install anything extra. Just Python.....
git clone https://github.com/GaganBhusal/Minesweeper_GUI.git
cd Minesweeper_GUI
python minesweeper_new.py

