Skip to content

nholthaus/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Free, old-school, C++17/Qt based Minesweeper game

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •