Skip to content

Stone-r1/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Game in C++ Using Raylib

A simple 16x16 Minesweeper clone in C++ using Raylib. Click to reveal tiles, right click to flag, and use the face button to restart. First click is always safe. game shows a timer, remaining flags, and changes the face to “x_x” on loss or “^_^” on win.

Showcase

Game Preview Game Preview Game Preview

Requirements

  • C++17(20, 24) compiler
  • CMake 3.10
  • Raylib

Clone & Build

git clone https://github.com/Stone-r1/minesweeper.git 
cd minesweeper
mkdir build
cd build
cmake ..
make
./minesweeper

About

Classic 16x16 minesweeper game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published