We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

MineSweeper Pygame

project created on:
2013.05.25

bitbucket repo:
http://bit.ly/pyminesweeper_bitbucket

Simple minesweeper game in python

CONTROLS:
Right Click – “flag” the box; also start next game
Left Click – reveal empty box(es) or mine

Based on the game “Memory Puzzle” from pygame tutorial http://inventwithpython.com/pygame/chapter3.html

UPDATE 1.2 (05.11.2015):
Major code refactoring
UPDATE 1.3 (06.09.2015):
Bugfixes;
Minor code refactoring

# README #

In order to run minesweeper you need to install PyGame
http://pygame.org/download.shtml

Easy way is to install it via wheel, see e.g. http://stackoverflow.com/a/28127864
If 64-bit wheel (.whl) package installation fails, try its 32-bit version.

You can also find .msi installation package on their bitbucket repo.
https://bitbucket.org/pygame/pygame/downloads

Contact me at
herman.yanush3@gmail.com

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website https://pyminesweeper.sourceforge.io/
Tags
Platform
Features
  • Simple minesweeper game made in python