Minesweeper game in C++ and GTK4
|
|
пре 10 месеци | |
|---|---|---|
| resources | пре 10 месеци | |
| src | пре 10 месеци | |
| .gitignore | пре 10 месеци | |
| LICENSE | пре 10 месеци | |
| README.md | пре 10 месеци | |
| meson.build | пре 10 месеци |
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