Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razvan48/minesweeper-in-python

MineSweeper written in Python and PyGame
https://github.com/razvan48/minesweeper-in-python

minesweeper pygame

Last synced: about 2 months ago
JSON representation

MineSweeper written in Python and PyGame

Awesome Lists containing this project

README

        

# MineSweeper-in-Python

  This is a recreation of the MineSweeper game using Python and Pygame module.



**Controls:**

- Left-Click for pressing any button (back, reset and quit buttons) and for revealing the current square

- Right-Click for placing a flag on the current square (or for undoing this action if the flag has already been placed)

- Quit button closes the game.

- Back button undoes the last move if it resulted in a lost game.

- Reset button starts a new game.