cryptic-game / java-backend-old

This is the Java Backend of the Cryptic project.

Home Page:https://cryptic-game.github.io/java-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modifiable Game Settings

JannikEmmerich opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently every game setting has to be hard-coded.

Describe the solution you'd like
Add a json file with the game settings that is loaded on startup.
Add api endoints to make these settings available to the daemons.

Additional Comments
The api endoints should be protected with the api token.