Game Economy Service
State of the project: Unstable and in active development
Service that allows you to control your game's economy as a standalone module. API development is in planning stage.
A virtual service that takes care of the in-game economy: population, player/npc inventory, game markets, trading, game industry, politics, social, etc. On top of the CORE functionality, features can be enabled or disabled per hosted game instance service. This means that you can have a game service that could potentially serve multiple game servers that share the same economy so you could benefit from cross-server (background) interactions. These settings can be controlled via a web ui that connects to the API.
TO DO - Not yet available
- Clone this repo;
- Edit the .env and .config files as per your system requirements;
- Edit docker-compose as per your system requirements;
- Start the containers (ex. docker-comose up -d);
- Access the WebUI and configure your client.
We welcome contributions. Read our Contribution guidelines for more information