An open API service indexing awesome lists of open source software.

https://github.com/rodneylab/life-logistics

Top-down 2D puzzle game written in C++ with raylib
https://github.com/rodneylab/life-logistics

cplusplus cpp17 flecs game-development raylib

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# life-logistics

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

## Usage

Requires [CMake](https://cmake.org/getting-started/) and a C++ compiler.

Clone the repo then run:

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

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

## Documentation

- [Source Documentation](https://rodneylab.github.io/life-logistics/)