inspired from "coding train challenge"
use a canvas , a setup and a draw... but in C++
mimic p5.js canvas application
implements a canvas with Qt5 widget lib
implements the minesweeper application
Qt5 Cmake > 3.0 c++17 compiler
cd /path/to/this/directory
mkdir build && cd build
cmake CMAKE_PREFIX_PATH=/path/to/qt/lib ..
cmake --build . --target all
./minesweeper