Skip to content

CraftStick/Minesweeper-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

💣 Minesweeper Game in C++

🎯 A colorful console implementation of the classic Minesweeper game using only C++. Снимок экрана 2025-05-08 в 20 21 20

🕹️ How to Play

  • The game generates a 9×9 grid with 10 hidden mines.
  • Input coordinates in the format: row column
  • Try not to hit a mine!

🎨 Features

  • Colored output:
    • Cyan = hidden cell
    • Red = mine
    • Yellow = numbers
    • White = empty cell

🛠 How to Run

g++ Minesweeper.cpp -o Minesweeper
./Minesweeper

About

Colorful console Minesweeper game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages