Skip to content

A simple Minesweeper game made with Python, Pygame and Pygame-menu

Notifications You must be signed in to change notification settings

Anthony-de-cruz/Minesweeper-OLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Minesweeper.py:

alt text

To Do:

  • 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

About

A simple Minesweeper game made with Python, Pygame and Pygame-menu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages