Skip to content

edoren/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Download Instructions

To get the source code use Git to download the dependency libraries it uses:

git clone --recursive https://github.com/edoren/Minesweeper.git

Build Instructions

This project uses CMake as build system as well as a C++11 compatible compiler. Inside the project folder execute:

mkdir build
cd build
cmake ..
make

About

Minesweeper clone created using SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published