Minesweeper
A simple easy-on-the-eyes clone of the classic minesweeper game.
Kyle Marshall
(captainmarshall1)
A simple minesweeper clone with a touch of individuality. I hope someone enjoys this or finds it helpful!
Changes
Links
- Home Page
- http://krmarshall.com/mines
Releases
Pygame.org account Comments
-
Info 2012-01-31 23:18
Very Nice! This is certainly going in my pygame example collection
-
Kyle Marshall 2012-02-01 05:02
Thank you very much!
-
Lucas 2012-02-01 20:15
lucas
-
Ray040123 2012-02-03 13:07
Some suggestions:
use [pygame.display.init(); pygame.font.init();] instead of pygame.init(). That is much faster at startup.
And at line 215, use (x + y) & 1 instead of (x % 2) != (y % 2) would be nicer. -
Psix 2012-02-17 22:36
:(
-
Inês Barata Feio Borges 2016-04-15 18:10
Could you mail me the module where you code it, please?
I would like to have an example. This would help me. ThanksMy email: inesbarataborges@gmail.com