Minesweeper game written in C++ using Qt6.
preview.mp4
See releases. If you want to build by hand, make sure you have cmake and qt installed on your machine.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./minesweeper
# or
$ ./run
Using w64devkit terminal is recommended.
$ mkdir build
$ cd build
$ cmake -G "MinGW Makefiles" ..
$ make
$ ./minesweeper