Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.08 KB

Minesweeper

CMake GitHub Release

A free C++/Qt implementation of minesweeper, now with dark mode!

Download the latest Windows installer here. For MacOS or Linux, build it from source

screenshot_dark

screenshot

screenshot_lose

screenshot_lose

Build Instructions (MacOS/Linux)

You'll need CMake, a C++20 compiler (e.g. g++13 or clang-18) and Qt 6.7.2 or newer with the qtscxml module installed.

git clone https://github.com/nholthaus/minesweeper.git
cd minesweeper
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target minesweeper -- -j
./bin/minesweeper