a configuration manager should be provided. It would be able to:
- store configuration data of any type (pickle-based?)
- read and write configuration files to a given location (probably within the game directory to encourage portability)
- ensure superficial encryption to prevent simple modifications
a configuration manager should be provided. It would be able to: