Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
cold10's user avatar
  • 559
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 ...
cold10's user avatar
  • 559
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 ...
cold10's user avatar
  • 559
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. ...
Richard Neumann's user avatar
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 ...
hmukhe's user avatar
  • 63
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 ...
Martin Thoma's user avatar
  • 1,255
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 ...
yuri's user avatar
  • 4,518
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 ...
Caridorc's user avatar
  • 28k
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: ...
MrHezi's user avatar
  • 517
7 votes
1 answer
33k views

Minesweeper in Python

I have recently written this Minesweeper game in Python: ...
LazySloth13's user avatar
  • 1,311