Minesweeper game in C++ and GTK4
|
|
há 10 meses atrás | |
|---|---|---|
| resources | há 10 meses atrás | |
| src | há 10 meses atrás | |
| .gitignore | há 10 meses atrás | |
| LICENSE | há 10 meses atrás | |
| README.md | há 10 meses atrás | |
| meson.build | há 10 meses atrás |
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