When we press the right arrow in a game, the game's character moves to the left. What type of bug might this be?

Logic bugSyntax bugBed bug

Huzzah! It's a logic bug, as it produces unintended results but doesn't cause the program to crash.

Oh noes! It's a logic bug, as it produces unintended results but doesn't cause the program to crash.