top of page

My Creations

Minesweeper

The classic minesweeper game made in C++ using the SFML graphics library.

All the features you would expect from minesweeper are included. These are things such as a timer, bombs randomly generating after the player makes their first move and being able to flag tiles.

I decided to work on this project to further improve my C++ skills and to get more familiar with the SFML graphics library, since this was used heavily in my first year of university.

bottom of page