CONTROL_MAP = { # Movement & Basic Actions ‘Up_Arrow’: {‘action’: ‘MOVE_UP’, ‘type’: ‘movement’}, ‘Down_Arrow’: {‘action’: ‘MOVE_DOWN’, ‘type’: ‘movement’}, ‘Left_Arrow’: {‘action’: ‘MOVE_LEFT’, ‘type’: ‘movement’}, ‘Right_Arrow’: {‘action’: ‘MOVE_RIGHT’, 'typ…