https://github.com/3y3l3ss0ur0b0r0s/deminer
Deminer is a basic Minesweeper game that runs in the terminal window. It was built using Kylie Ying's tutorial.
https://github.com/3y3l3ss0ur0b0r0s/deminer
game minesweeper python terminal-based terminal-game tutorial
Last synced: 3 months ago
JSON representation
Deminer is a basic Minesweeper game that runs in the terminal window. It was built using Kylie Ying's tutorial.
- Host: GitHub
- URL: https://github.com/3y3l3ss0ur0b0r0s/deminer
- Owner: 3y3l3ss0ur0b0r0s
- Created: 2022-03-20T02:51:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T00:55:35.000Z (over 2 years ago)
- Last Synced: 2025-01-23T03:33:30.134Z (4 months ago)
- Topics: game, minesweeper, python, terminal-based, terminal-game, tutorial
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deminer
Deminer is a basic Minesweeper game that runs in the terminal window. [It was written using a tutorial.]Deminer was written in Python by 3y3l3ss0ur0b0r0s on 03/18/2022 using [Kylie Ying's tutorial](https://youtu.be/Fjw7Lc9zlyU).
It allows the user to do the following:
1. View an updated Minesweeper board before each turn.
2. Choose where to "dig", and win or lose the game based on their decisions.