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

https://github.com/albin-johansson/wanderer

An incomplete 2D indie game with farming and survival aspects.
https://github.com/albin-johansson/wanderer

centurion cpp cpp20 data-oriented ecs entity-component-system entt game indie moderncpp wanderer

Last synced: 7 months ago
JSON representation

An incomplete 2D indie game with farming and survival aspects.

Awesome Lists containing this project

README

          

# Wanderer

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![CI: Windows](https://github.com/albin-johansson/wanderer/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/albin-johansson/wanderer/actions/workflows/windows.yml)
[![CI: macOS](https://github.com/albin-johansson/wanderer/actions/workflows/macos.yml/badge.svg?branch=dev)](https://github.com/albin-johansson/wanderer/actions/workflows/macos.yml)

Wanderer is an 2D indie game, being developed for fun. At the time of writing, the game is still in an experimental
state and isn't ready to be played. This project also serves as a "tech demo" for the Centurion library, which is also
developed by me.