Minesweeper C++ (with graphics)
SDL code heavily pulled from Lazy Foo' Productions SDL Tutorial
Textures sourced from MS-Texture github repo linked here
Using meson as a build tool - https://mesonbuild.com/
mkdir subprojects
meson wrap sdl2
meson wrap install sdl2
meson wrap install sdl2_image
meson build
cd build
meson compile
Then to run:
cd build;
./minesweeper