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
- Host: GitHub
- URL: https://github.com/rodneylab/life-logistics
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2024-03-25T07:49:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T07:22:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T13:52:13.833Z (over 1 year ago)
- Topics: cplusplus, cpp17, flecs, game-development, raylib
- Language: C++
- Homepage:
- Size: 655 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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/)