Skip to content

AnotherJohnH/Sternhalma

Repository files navigation

Sternhalma

Also known as Chinese Chequers.

The application includes a terminal emulator and a basic curses style front-end menu. So when running on a Kindle a third-party terminal emulator and launcher is not necessary.

Status

Build Status Coverity Scan Build Status

Portability and style

See the Platform project for supported platforms and coding style.

How to build

Build using cmake...

mkdir build_native
cd build_native
cmake ..
make