Both the skeleton tree and the demo multiplayer game have a title
parameter in their config.ini
.
That parameter is not listed in the SDK documentation.
Is it still required? What’s it used for?
Both the skeleton tree and the demo multiplayer game have a title
parameter in their config.ini
.
That parameter is not listed in the SDK documentation.
Is it still required? What’s it used for?
According to the code of ConfigHelper, this entry is useless.
But maybe the config.ini
file is used by something else in the CodinGame world.
The changelog for version 3.3.2 says:
Unused
title
property no longer mandatory inconfig.ini
.