Minesweeper

Summary

My Intro to Computer Science final project was to implement the classic Windows game, "Minesweeper", in C++. There isn't much else to say here - it's Minesweeper!

Images

The starting grid.
A cleared game.
kaboom.wav
This was the "debug" mode - all mines are marked with Xes to help with testing the game logic. You can obviously also just use it to cheat.