Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 487 Bytes

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