An open API service indexing awesome lists of open source software.

https://github.com/gdonald/pigpen-cpp

Classic pencil and paper "dot and boxes" game.
https://github.com/gdonald/pigpen-cpp

cpp dots-and-boxes game pigpen pigs-in-a-pen sdl2

Last synced: 2 months ago
JSON representation

Classic pencil and paper "dot and boxes" game.

Awesome Lists containing this project

README

        

## pigpen-cpp

PigPen (dot and boxes) in C++ using SDL2

![PigPen](https://raw.githubusercontent.com/gdonald/pigpen-cpp/master/pigpen.png)

### Install Build Dependencies

#### Mac OS

Install Xcode from the app store, and homebrew, then:

brew install cmake sdl2 sdl2_gfx sdl2_ttf sdl2_image

#### Debian Linux

apt install build-essential cmake clang \
libsdl2-dev libsdl2-gfx-dev \
libsdl2-ttf-dev libsdl2-image-dev

### Build
cmake .
make

### Run
./pigpen