Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 451 Bytes

Minesweeper

Minesweeper in c++ LANGUAGE USED: C++

HEADER FILES: bits/stdc++.h and random.h Uses modularity and random function to generate mines according to the level chosen

How to run

g++ minesweeper.cpp -o minesweeper
./minesweeper

How to play

Choose a difficulty

Difficulty

Play the game!

Game

Minesweeper running