[Community Puzzle] Coders of the Realm

https://www.codingame.com/multiplayer/bot-programming/coders-of-the-realm

Send your feedback or ask for help here!

Created by @Bob14,validated by @EricSMSO,@LeRenard and @BenjaminUrquhart.
If you have any issues, feel free to ping them.

Game display isn’t showing correctly. When a non empty map square is overwritten the map doesn’t show the new tile. On turns 13 & 14 & 15 it happens twice between me and Boss, new tiles containing crowns aren’t shown…just the old tile. the score is correct, but it can’t be visually checked…the map data sent to bot is correct. https://www.codingame.com/replay/483189418

1 Like

Agreed Patrick. I’ve been working on this bot, and have been enjoying it so far, but the display thing is a bit annoying. Internally, everything appears to be correct. I can print a valid representation of the map programmatically, but the display sometimes shows older tiles (I’m guessing being overruled by a lower tile ID?) and even the on-screen debug information shows the same information as the incorrect display. It also appears to be the same situation with the 1v1 version of the game.