File | Date | Author | Commit |
---|---|---|---|
Minesweeper | 2023-04-09 |
![]() |
[c8afb4] Add files via upload |
README.md | 2023-04-09 |
![]() |
[912d87] Update README.md |
A GUI Program made using Python Tkinter implementing the popular game Minesweeper
Software Requirements
- Any IDE that can run python (preferably Visual Studio Code)
- tkinter must be installed by running "pip install tk" in cmd prompt (for GUI)
- PILLOW Library must be installed using command "pip install Pillow" in cmd prompt (for rendering pictures)
Instructions for Download
- Download all the files in "Minesweeper" Folder directly into your C: Drive such that the path of the folder should be "C:\Minesweeper".
- Do not change the name of the folder or download it anywhere else as it will not work.
- Next, Open Visual Studio Code or the IDE of your choice and open this "Minesweeper" folder that you just downloaded into your workspace.
- Now you can successfully run the Program!