Minesweeper is a unique, fun puzzle game where you must avoid all mines in order to win.
NOTE: To run Minesweeper on your Mac you will have to open a Terminal window and, after navigating to the game's folder, issue this command from the command line:
python mine.pyw
Requirements:
· Python
· Pygame
What's New in This Release: [ read full changelog ]
· General Coding Revisions
· Added Unique Sounds - (baby sisters are so kind)
· Added Color Customization
· Added New Difficulties
New Controls:
· + and - on NumPad to change difficulty
· 1 through 9 on NumPad to load color presets (only have four ATM but it is easy for you to make your own!)
· 'Z' to randomize all colors (can be quite amusing)
· 'C' to print current color vals (useful for creating presets)