2D top-down game, initially created with Karl and Victor using PlayBuffer, re-written to use raylib.
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.