That message doesn’t necessarily imply an actual infinite loop. As I understand it pops up as long as the code (both players’ combined) takes to long.
who are these AIYouth_ ?
Pretty shure it’s the name of a group in China who is doing A.I league
thank you very much
they are dominating
i got no chance
who are these CQ2023CN003
just asking
CQ2023 stands for CodeQuest 2023 I think.
I dunno what CN003 stands for though.
thx you
gg for equinox
Thanks!
I see that you beat me now
I’ve encountered a very odd bug.
fieldObj = hero.whatAt("A1")
if fieldObj and fieldObj.place.split("")[1] < 2 and fieldObj.place.split("")[1] > 0:
if fieldObj.place.split("")[1] != 1:
hero.say()
Logically, the hero.say() function should not be run. However, it does get run. This does not happen for all places (A0 was fine), but I think this is happening to other places besides this one. I had wheat at A1, in case that has any significance regarding the bug.