- A simple version of Minesweeper built on Python 3 + Pygame + Pygame_Menu
-
Game end state:
- Game over screen
- Game win screen
-
Game statistics:
- Time
- Number of mines remaining
- Total Flags and total number of mines
- Dimentions
-
Mine generation overhaul:
- Make sure mines spawn in completable formations (for example 9 mines in a 3x3 space is impossible)
-
Difficulties:
- Mine densities ect
-
Graphics overhaul:
- Create animations for flagging and uncovering,
- Create different colour themes