A remake of the classic windows game "Minesweeper". Clear the board of mines by marking each one to ensure that the area is safe.
To pull the submodules, run the following command:
git submodule update --init --recursive
pacman -S mingw-w64-i686-gcc-libs mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_mixer mingw-w64-i686-SDL2_image mingw-w64-i686-SDL2_ttf mingw-w64-i686-SDL2_gfx
brew install sdl2 sdl2_image sdl2_gfx sdl2_ttf sdl2_mixer
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-gfx-dev
cmake .
make
emcmake cmake .
make