ShadowForest

Shadow Forest - Arcade style C++/SDL2 game

View on GitHub

ShadowForest - Open Source C++ SDL2 game

Open Source Game created with C++ and SDL2

Alt text

How to play

Setup Build

Linux

apt-get install -y make g++ libsdl2-2.0-0 libsdl2-dev libsdl2-ttf-dev 
apt-get install -y libsdl2-image-dev libsdl2-mixer-dev freeglut3-dev libglew-dev

MacOS

brew install SDL2 SDL2_Image SDL2_Mixer SDL2_ttf

Build / Start

make
make run

Todo

https://www.libsdl.org/