https://github.com/pierrenodet/pynesweeper
A minesweeper game in Python that runs in your terminal.
https://github.com/pierrenodet/pynesweeper
game minesweeper python terminal
Last synced: about 1 month ago
JSON representation
A minesweeper game in Python that runs in your terminal.
- Host: GitHub
- URL: https://github.com/pierrenodet/pynesweeper
- Owner: pierrenodet
- License: mit
- Created: 2024-11-11T08:47:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T18:07:38.000Z (6 months ago)
- Last Synced: 2025-05-02T23:47:03.867Z (about 2 months ago)
- Topics: game, minesweeper, python, terminal
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pynesweeper
A minesweeper game in Python that runs in your terminal.
## Install
```console
pipx install pynesweeper
```## Run
```console
pynesweeper --help
```## Commands
Left click to detonate (or [chord](https://minesweepergame.com/strategy/efficiency.php)), right click to flag, good luck !