Minesweeper game in C++ and GTK4
|
|
il y a 10 mois | |
|---|---|---|
| resources | il y a 10 mois | |
| src | il y a 10 mois | |
| .gitignore | il y a 10 mois | |
| LICENSE | il y a 10 mois | |
| README.md | il y a 10 mois | |
| meson.build | il y a 10 mois |
Minesweeper game in C++ and GTK4
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