Minesweeper
A full Minesweeper game built from scratch in C++ using SFML. Features randomized board generation, neighbor-count logic, recursive flood-fill reveal, flagging system, and win/loss detection. Exported to WebAssembly using Emscripten so you can play it directly in your browser.