Basic Minesweeper application using Qt and C++
Features custom bomb settings
Qt 5.15.16
QMake 3.1
MacOS:
Install via homebrew:
Qt + Qt Creator if needed
C++ Compiler (g++)
XQuartz
Run:
qmake
make
./minesweeper.app/Contents/MacOS/minesweeper
Windows:
install:
Qt
C++ Compiler (MinGW) (Comes with Qt installer)
X Server (Xming or VCXsrv)
PuTTY (For SSH access with X11 Forwarding)
Run:
qmake
make
./minesweeper.exe



