https://github.com/seapagan/python-minesweeper
Code from Freecodecamp Python 'Minesweeper' video
https://github.com/seapagan/python-minesweeper
freecodecamp python
Last synced: 9 months ago
JSON representation
Code from Freecodecamp Python 'Minesweeper' video
- Host: GitHub
- URL: https://github.com/seapagan/python-minesweeper
- Owner: seapagan
- Created: 2023-04-12T17:37:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T17:46:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T10:44:22.326Z (11 months ago)
- Topics: freecodecamp, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Minesweeper
A Python implementation of the classic
[Minesweeper](https://en.wikipedia.org/wiki/Minesweeper_(video_game)) game.
This code from a [freeCodeCamp](https://www.freecodecamp.org/) video. **At this
time it is unmodified**, however I intend to take it further. Plans include (but
are not limited to):
- custom grid size
- scalable and cleaner layout
- sound
- more encapsulation (game should be an object not just the Cells.)
- use graphical icons for mine, flag etc.
- hiscore and history