All Questions
10 questions
4
votes
1
answer
103
views
Tkinter Minesweeper Clone V2
Intro
Having spent quite a bit of time learning Python, I thought it was time to work on something. However, an Google search for "python projects 2022" came up with projects I had already ...
3
votes
1
answer
194
views
Minesweeper using Tkinter
I have completed a Minesweeper program in Python using Tkinter.
A few questions:
I feel I should convert this to Object-Oriented Programming. Any starting tips?
Expanding on the above, I have way too ...
4
votes
3
answers
241
views
Minesweeper program using Tkinter
I have completed my minesweeper game using Tkinter and would like to know ways to improve. I also have a question for extra features: does anybody know a way to have an opening start, like Google ...
5
votes
2
answers
460
views
Mine sweeping game for the terminal
Over the holidays I was bored due to lockdown and implemented a mine sweeping game for the terminal. Any feedback is welcome.
...
6
votes
2
answers
433
views
Pygame Minesweeper Clone
I'm still a relative beginner to coding and I would like some feedback on my Minesweeper clone written in Python using Pygame for the graphics. I'm wondering if it would be beneficial to use classes ...
5
votes
1
answer
133
views
Python - CLI Minesweeper
I've written the following single-script minesweeper console game and would appreciate your feedback!
What I'm interested in:
Enums: I think the usage of Enums could be better. It feels weird that I ...
8
votes
1
answer
337
views
A mine sweeping game for the terminal
This is a very simple (no ability to flag tiles) mine sweeping game written in Python and designed for a terminal. Due to its limitations it is not recommended to change the board size as that will ...
7
votes
2
answers
798
views
ASCII art minesweeper clone
I wanted to code a small ASCII art minesweeper clone, to see what it looked like and how much code it needed.
The result is not so bad, under 80 new lines of code in total. It looks kinda readable to ...
23
votes
1
answer
6k
views
Python - Minesweeper
I'm new to Python (and generally to programming), and I have recently written this Minesweeper game:
...
7
votes
1
answer
33k
views
Minesweeper in Python
I have recently written this Minesweeper game in Python:
...