Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 360 Bytes

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