Game & simple game engine created in C++ using TDD.
Graphics sourced from Pixel Game Art.
- CMake 3.8
- SFML 2.4.2
git clone git@github.com:ElFeesho/SunnyLand.git SunnyLand
cd SunnyLand
mkdir build
cd build
cmake ..
make -j4
ctest .
Game & simple game engine created in C++ using TDD.
Graphics sourced from Pixel Game Art.
git clone git@github.com:ElFeesho/SunnyLand.git SunnyLand
cd SunnyLand
mkdir build
cd build
cmake ..
make -j4
ctest .