IRC-Llamas / cardlogic

Library for handling custom card game rules, starting with poker.
Apache License 2.0
2 stars 0 forks source link

Global and per-player bot configuration #12

Open wodencafe opened 2 years ago

wodencafe commented 2 years ago

This issue is to allow users to specify their own configuration for certain things (for example, preferred currency display, card display, etc) We also need global configurations for the library that will be persisted globally, and probably will be the defaults for players. We will need to create a ConfigCommand, perhaps also a GlobalConfigCommand, and we will need to extend the Player class to include these rules. We will also need to find a way to store and persist settings for the library itself.

Should "per-player configuration" and "global configuration" be split into two separate issues?