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.

Improve your Python 🐍 fluency and algorithm knowledge 🎯

Get ready for 12 intense days of problem-solving. The β€œAlgorithm Mastery Bootcamp” starts December 1st and it will feature 24 programming challenges, live analysis sessions, a supportive community of like-minded problem-solvers, and more! Join now and become the Python expert others can rely on.

Previous Post Next Post

Blog Comments powered by Disqus.