kauppie / mineraker

Mineraker is like Minesweeper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 78.7%Language:CMake 21.3%