Minesweeper

Implemented object-oriented game logic in C++ for randomized mine placement, flood-fill uncovering, flagging, and win/loss detection.
Designed and rendered interactive UI using SFML, including tile states, grid layout, flag counter, and countdown timer.