We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the entries in @creature-chess/models constants would be much easier to use if they could be provided in a config file
@creature-chess/models
constants
e.g.:
export const STARTING_MONEY = 3; export const STARTING_LEVEL = 1; export const STARTING_HEALTH = 100; export const LOBBY_WAIT_TIME = 5;
I need to look into this more though, no idea how to provide config values to docker containers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the entries in
@creature-chess/models
constants
would be much easier to use if they could be provided in a config filee.g.:
I need to look into this more though, no idea how to provide config values to docker containers
The text was updated successfully, but these errors were encountered: