Skip to content

kauppie/mineraker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mineraker

Mineraker is derived from the Minesweeper game, but only a pre-alpha like version is available, at this time.

Installing

First make sure you have C++17 compatible compiler. If you already have CMake and SDL2 installed, you can skip to building.

CMake and SDL2

Run following commands to install CMake and required development libraries on Debian based systems.

sudo apt update
sudo apt install cmake libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev

Building

Build in-place using following commands from the project directory.

cmake .
make

About

Mineraker is like Minesweeper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published