Minesweeper has to be one of the most well-known minigames of all time, no? I spent my fair share of Sunday mornings playing minesweeper in my Windows XP computer...

A screenshot of my implementation of Minesweeper

I made a remake of Minesweeper when I was trying to sharpen my Python skills and you can see above a screenshot of my version of the game.

You can find the code in this GitHub repo GitHub repo, where you can also find a Windows executable.

The game is fairly easy to play:

  • The objective is to find all of the mines.
  • Using the left mouse button reveals what is beneath the cell clicked. Clicking a mine means game over.
  • If you are sure of the location of a mine, use the right mouse button to flag it.
  • A numbered cell indicates how many mines are present in its neighbouring cells.

Become a better Python 🐍 developer 🚀

+35 chapters. +400 pages. Hundreds of examples. Over 30,000 readers!

My book “Pydon'ts” teaches you how to write elegant, expressive, and Pythonic code, to help you become a better developer. >>> Download it here 🐍🚀.

Previous Post Next Post

Blog Comments powered by Disqus.