Skip to content

kbadova/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

MineSweeper

A playground for the Minesweeper game written in C++. The rules are here https://en.wikipedia.org/wiki/Minesweeper_(video_game)

Running the game

The game can be run via the g++ compiler on Linux:

g++ game.cpp
./a.out

TODOs

  • check the task description once again and see whether we've missed sth
  • add desciption to the repo

About

A playground for the Minesweeper game. The rules are here https://en.wikipedia.org/wiki/Minesweeper_(video_game)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages