riddlesio / issues

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

Golad: show last opponents move #65

Closed pepijno closed 6 years ago

pepijno commented 6 years ago

Can the engine output the last move of each opponent at the start of a turn? Golad is a game of perfect information so the last opponents move is available to each bot but letting the engine output the last move potentially saves computing time for the bots.

JimVanEeden commented 6 years ago

This has been added now. The move is given the same as your bot should output it, except the spaces are replaced by underscores, so update player1 move birth_9,6_12,2_13,4 for instance (if you are player0).