Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 387 Bytes

minesweeper

Build Status

This is an implementation of Minesweeper written in C++ and Qt

Author: Fernando B. Giannasi

Requirements

C++11

Qt 5

Instructions to compile and Run

  • mkdir -p build
  • cd build
  • cmake ..
  • make
  • ./minesweeper