Skip to content

Pig's Castle: A 2D sidescroller written in C++ and SDL

Notifications You must be signed in to change notification settings

tarcisiofischer/pigs_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pig's Castle: A 2D sidescroller written in C++ and SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published