Skip to content

Custom made minesweeper with ImGui graphical interface

License

Notifications You must be signed in to change notification settings

Fildo7525/Minesweeper

Repository files navigation

Minesweeper

Description

Minesweeper is a simple implementation of the classic Minesweeper game using C++ and IMGUI with OpenGL3 and GLFW.

Requirements

  • CMake
  • GLFW
  • IMGUI
  • OpenGL3

Build Instructions

  1. Run setup script 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.
  2. Run run script to build the project. This script will create a build directory, and build the project using CMake.
  3. Enjoy the game!

About

Custom made minesweeper with ImGui graphical interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages