Skip to main content

MineSweepy - 1.22

A simple and minimalistic version of the classic Minesweeper game with 6 difficulties.


Kyle Marshall
(captainmarshall1)
A simple and minimalistic version of the classic Minesweeper game with 6 difficulties.

I coded this for funsies the other day in an attempt to write a better structured minesweeper (code-wise) after revisiting my old chaotically coded clone.
Comments and questions are always appreciated!
Controls/themeing directions found in the readme

If you make a theme, I would greatly appreciate you emailing it to me: captainmarshall1@gmail.com
Tested on Windows 8 with python 3.3 (64-bit)

Changes

Added Question Flag
Aesthetic Changes
Prettier Font
More efficient drawing, pre-rendered tiles
Graphics don't update every cycle anymore, only as needed

Game is easily color-theme-able

Ability to randomize all colors
'WTF-mode' added - invoke with the 'W' Key
Anti-Rage Feature: Your first click will always be a success

Links

Home Page
http://www.pygame.org/
Source
http://momentarypoetry.com/code/mines/mines.zip
Windows
http://momentarypoetry.com/code/mines/mines.zip
Mac
http://momentarypoetry.com/code/mines/mines.zip

Releases

MineSweepy 1.22 — 31 Dec, 2012

Pygame.org account Comments

  • Ayn 2013-01-05 07:41

    Nice :)

    Kyle Marshall 2013-01-10 04:08

    Thank you very much!