Skip to content

AnotherJohnH/MineSweeper

Repository files navigation

Mine Sweeper

A game from the past. This version is intended as an example of the use of the Platform GUI C++ API.

Try a browser hosted version of the application here

Status

Build Status Coverity Scan Build Status

Portability and style

See the Platform project for supported platforms and coding style.

Build Dependencies

  • SDL2
  • cmake
  • C++11 compiler

How to build

Build using cmake...

mkdir build_native
cd build_native
cmake ..
make