Skip to content

thegur90/Simple_minesweeper

Repository files navigation

Minesweeper in C++ by thegur90

A classic Minesweeper game built in C++ with SDL2.

Game Screenshot

  1. Install SDL2, SDL2_image
  2. mkdir build && cd build
  3. cmake ..
  4. make (or build with your IDE)

Controls

  • Left click: Reveal tile
  • Right click: Flag tile
  • Shift + Left click: Chord reveal
  • Shift + Right click: Auto-flag
  • Middle click: Options

About

Simple minesweeper using C++ and SDL2

Resources

Stars

Watchers

Forks

Packages

No packages published