Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 995 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 995 Bytes

Minesweeper

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

screenshot_1


screenshot_3