C++ PROJECT
Minesweeper Game Recreation
This project was created in C++ as a part of my Advanced Programming Fundamentals class at the University of Florida. I recreated all of the functionality of the classic Minesweeper game, including normal gameplay, a mine counter, and an option to toggle mine visibility for debugging. Graphical rendering was accomplished with SFML.

Through this comprehensive project, I was able to develop my skills in several key areas, like object-oriented programming, object states, event handling, and careful management of dynamic memory.