项目作者: gdonald

项目描述 :
Classic pencil and paper "dot and boxes" game.
高级语言: C++
项目地址: git://github.com/gdonald/pigpen-cpp.git
创建时间: 2019-12-26T01:51:18Z
项目社区:https://github.com/gdonald/pigpen-cpp

开源协议:GNU General Public License v2.0

下载


pigpen-cpp

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

PigPen

Install Build Dependencies

Mac OS

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

  1. brew install cmake sdl2 sdl2_gfx sdl2_ttf sdl2_image

Debian Linux

  1. apt install build-essential cmake clang \
  2. libsdl2-dev libsdl2-gfx-dev \
  3. libsdl2-ttf-dev libsdl2-image-dev

Build

  1. cmake .
  2. make

Run

  1. ./pigpen