Another legacy game recreated in Python using Pygame.
Features:
-
Menu functionality
-
Ability to change the grid size as well as the mine count
-
All the rules that are in the original minesweeper
-
Floodfill algorithm for opening cells
Button template ---> https://shorturl.ae/8DWLq
Font ---> https://www.1001fonts.com/arcadeclassic-font.html
Menu Background ---> https://opengameart.org/content/grungy-title-screen-background
The settings/workspace I used for compiling:
Python Version ---> 3.10.4
IDE ---> PyCharm