Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
8 Monitoring Tools in One APM. Install in 5 Minutes.
Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.
AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
Play the Classic Minesweeper Game with a clean GUI Interface without any ads, bloatware or in-app purchases.
Ready to use application without an installer made for Windows PCs.
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.
...
1-2-3 Feel is a simple clicking timekilling game for those, who like minesweeper and various loops games. Goal: fill all field. Rules: For number <i> you can move only from <i> to <i+1>. You can move only from reached points to not reached.
A simple text based Minesweeper game made in Python. Currently available in .exe and source. Notice: A minor error: 'clrField failed' may appear, as far as I know this is not correct as it still does work :)
A puzzle game, based on Minesweeper idea. It introduces hexagonal grid, 3 different mine powers and extended neighborhood information.
All the above allows to present non trivial but mostly solvable game situations even for most experienced player.