Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/razvan48/minesweeper-in-python
- Owner: Razvan48
- Created: 2022-11-27T20:35:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:12:30.000Z (about 2 months ago)
- Last Synced: 2024-11-14T22:20:39.651Z (about 2 months ago)
- Topics: minesweeper, pygame
- Language: Python
- Homepage:
- Size: 7.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.