📄️ Overview
The game's backend application is composed by multiple parts:
📄️ Quickstart
Prepare the local environment
📄️ Maths
When configuring game maths, two main approaches can be followed:
📄️ Scale
By default, a monetary value (bet, win, ...) unit (1) represents a 0.01 EUR (1 cent).
📄️ Schema Evolution
Protobuf schemas can be changed however is needed during the development phase of a game, but once these are in production some considerations are to be kept in order to not break the games during updates (or their histories).
📄️ Pipelines
The deployment pipelines (accessible through Build -> Pipelines in Gitlab) will appear the moment you add the .gitlab-ci.yml file to the project. To do so, copy the one from the example projects (back and front) to your own.