Minesweeper is a simple implementation of the classic Minesweeper game using C++ and IMGUI with OpenGL3 and GLFW.
- CMake
- GLFW
- IMGUI
- OpenGL3
- Run
setupscript to setup the imgui submodule. This project uses a custom patch to support left and right mouse buttons. This script initializes the submodule and applies the patch. - Run
runscript to build the project. This script will create a build directory, and build the project using CMake. - Enjoy the game!