Skip to content

VatamanuBogdan/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineSweeper

Overview

This project is a CLI copy of the Microsoft Minesweeper game. It was created as a high school project that demonstrates the application of the Lee Algorithm.

CLI Game Preview

Prerequisites

For building the project you need the following prerequisites:

  • gcc/clang compiler that supports C++ 11
  • cmake with the version greater than 3.15
  • make unix utility

Building & Running

To build, run and clean the project use the scripts located inside the scripts directory.

Build:

scripts/build.sh

Run:

scripts/run.sh

Clean:

scripts/cleanup.sh

About

Minesweeper CLI version that was developed in high school to show the applicability of the Lee Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors