riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

Documentation says 500 ms/move, game actually gives only 100 ms/move #13

Closed melsonius closed 7 years ago

melsonius commented 7 years ago

Under Rules > Technical details, it says "You get an initial maximally filled timebank of 10 seconds and each time a move is requested 500ms will be added to your timebank." However, the game is actually configured to give only 100 ms per move ("settings time_per_move 100" in the IO logs).

Personally I think 100 ms is a criminally short amount of time per turn, but I think that discussion has already been had to death over at theaigames.com.

nikovanmeurs commented 7 years ago

@JimVanEeden can you look into this?

JimVanEeden commented 7 years ago

Will be fixed somewhere this week.

JimVanEeden commented 7 years ago

We're working on making the game settings easily configurable per competition. In the mean time I've updated the rules and getting started pages so they reflect what the engine actually gives at the moment, which is 100ms

JimVanEeden commented 7 years ago

Alright the settings have been changed to 200 ms as we intended from the start, documentation has been updated accordingly.