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.
- Host: GitHub
- URL: https://github.com/gdonald/pigpen-cpp
- Owner: gdonald
- License: gpl-2.0
- Created: 2019-12-26T01:51:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T00:29:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-08T04:46:06.832Z (3 months ago)
- Topics: cpp, dots-and-boxes, game, pigpen, pigs-in-a-pen, sdl2
- Language: C++
- Homepage: https://gregdonald.com/
- Size: 478 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pigpen-cpp
PigPen (dot and boxes) in C++ using SDL2

### 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 Linuxapt install build-essential cmake clang \
libsdl2-dev libsdl2-gfx-dev \
libsdl2-ttf-dev libsdl2-image-dev### Build
cmake .
make### Run
./pigpen