battlecode-server-2017
battlecode-server-2017 copied to clipboard
Make Config options attributes
That is, change the Config
API from being:
config.getInt("port")
to
config.port
This will make refactoring significantly easier, since we can know what config options are used where.