minesweeper This is an implementation of Minesweeper written in C++ and Qt Author: Fernando B. Giannasi Requirements C++14 Qt6 Instructions to compile and Run mkdir -p build cd build cmake .. make ./minesweeper