Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 289 Bytes

MineSweeper

This is a simple MineSweeper for the Terminal in Linux.

To execute the programm in Linux, first move to the project directory and just execute the Makefile:

$> make all
$> ./bin/buscaminas

All instructions to run the program are given by the program itself.