SunnyLand

Game & simple game engine created in C++ using TDD.

Graphics sourced from Pixel Game Art.

Dependencies

  • CMake 3.8
  • SFML 2.4.2

Tools used

Building

git clone git@github.com:ElFeesho/SunnyLand.git SunnyLand
cd SunnyLand
mkdir build
cd build
cmake ..
make -j4
ctest .