We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7079923 commit 4a9ae08Copy full SHA for 4a9ae08
TRON (2 Player)/main.py
@@ -57,8 +57,8 @@ def draw():
57
turtle.listen()
58
turtle.onkey(lambda: p1aim.rotate(90), 'a')
59
turtle.onkey(lambda: p1aim.rotate(-90), 'd')
60
-turtle.onkey(lambda: p2aim.rotate(90), 'j')
61
-turtle.onkey(lambda: p2aim.rotate(-90), 'l')
+turtle.onkey(lambda: p2aim.rotate(90), 'Right')
+turtle.onkey(lambda: p2aim.rotate(-90), 'Left')
62
63
draw()
64
0 commit comments