Minesweeper game in C++ and GTK4

Bernardo Magri 4ff86eb027 Fixing the clock signal to use GLib::Dispatcher to emit the signal so the main thread updates the clockLabel widget 10 months ago
resources 6001920545 Initial commit 10 months ago
src 4ff86eb027 Fixing the clock signal to use GLib::Dispatcher to emit the signal so the main thread updates the clockLabel widget 10 months ago
.gitignore d95fb65125 Update '.gitignore' 10 months ago
LICENSE cc215f3c74 Initial commit 10 months ago
README.md 37b953eb8e Update 'README.md' 10 months ago
meson.build 2c13567747 update file names 10 months ago

README.md

minesweeper

Minesweeper game in C++ and GTK4

Instructions to build

Install dependencies

sudo apt install libgtkmm-4.0-dev libsigc++-3.0-dev

Go to the project folder

cd minesweeper

Setup meson and compile the project

meson setup build
meson compile -C build