komodo108/space.trash

Bug with multiple commands

Opened this issue · 0 comments

Describe the bug
The player starts to drift after turning a lot.

To Reproduce
Steps to reproduce the behaviour:

  1. Have the player execute commands to move in a square as shown below:
while True:
  bot.move(5)
  bot.left(90)
  bot.move(5)
  bot.left(90) 
  bot.move(5)
  bot.left(90) 
  bot.move(5)
  bot.left(90)  

Expected behaviour
The player continues to move in a square, forever

Actual behaviour
The square the player is moving in starts to rotate over time

Screenshots
Problem