A small 2D sidescroller game written in C++ with SDL2.
A WYSIWYG map editor is provided for level design. It is fully developed over SDL, so no extra dependencies are required.
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
- Pixel Frog: Some Pixel art (background and characters)
- Sérgio: Background music & many cool suggestions
- Void1: Some of the sound effects