rodneylab / life-logistics

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 37.9%Language:CMake 36.5%Language:Python 22.2%Language:C 3.4%