Project Information

A Minesweeper Clone

For this project I cloned the classic computer application, Minesweeper, with some alterations based on assignment requirements. The game is written entirely by me in C++, using the SFML library to bring about its visual elements. All image assets were provided to me. There are three premade boards used for testing purposes, and a random board will be generated after pressing the smiley face button. There is also a debug toggle available, which can be pressed at any time, revealing all the mines.