Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.01 KB

Pig's Castle Game

CMake

A small 2D sidescroller game written in C++ with SDL2.

Pigs Castle

Map editor

A WYSIWYG map editor is provided for level design. It is fully developed over SDL, so no extra dependencies are required.

Map editor

How to build

Make sure you have SDL installed. For example, in Ubuntu systems:

apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Building and running (with CMake):

# Build
mkdir build/ && cd build/
cmake ..
cmake --build .

# Run
cd bin/
./PigsGame

Special thanks

  • Pixel Frog: Some Pixel art (background and characters)
  • Sérgio: Background music & many cool suggestions
  • Void1: Some of the sound effects