A classic Minesweeper game built in C++ with SDL2.
- Install SDL2, SDL2_image
mkdir build && cd buildcmake ..make(or build with your IDE)
- Left click: Reveal tile
- Right click: Flag tile
- Shift + Left click: Chord reveal
- Shift + Right click: Auto-flag
- Middle click: Options
