atrolla / mmmmmma

LibGDX game.
0 stars 0 forks source link

knockOutBotMovesAfterSomeTime test fails randomly #39

Closed atrolla closed 8 years ago

atrolla commented 8 years ago

seems to fails when firstBot direction is DOWN_RIGHT after waking up

TheCopycat commented 8 years ago

The problems was that the first bot was always near the corner (coord about 0,1.05).

Therefore he was automatically pushed away from the wall and the initial command was changed (possibly to stop).

Fixed by teleporting the bot to the center of the screen.