/life-logistics

Top-down 2D puzzle game written in C++ with raylib

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

life-logistics

2D top-down game, initially created with Karl and Victor using PlayBuffer, re-written to use raylib.

Usage

Requires CMake and a C++ compiler.

Clone the repo then run:

cmake . -B build
cmake --build build
./build/bin/LifeLogistics

In game, use the W, A, S & D keys to navigate.

Documentation