Turtle Pong
- Sujeev
- 4 years ago
- 40 views
Sujeev made a version of Ping Pong out of Python with Turtle! In this two player, game, one player moves the red paddle with the 'w' and 's' keys, while the other player moves the blue paddle with the 'up' and 'down' arrow keys. You get a point every time the ball hits the wall behind the other person's paddle, first person to five points wins!
import turtle
Locked
Canvas
Console