pyBegin / projects / ping-pong
🏓

Ping Pong

A two-player Pong game built with Python's turtle graphics. Player A uses W/S and Player B uses the arrow keys to move their paddles; the ball boun…

160 lines🖥 Desktop only

Ping Pong

A two-player Pong game built with Python's turtle graphics. Player A uses W/S and Player B uses the arrow keys to move their paddles; the ball bounces around the screen and the score updates on goals.

How to run

python ping_pong.py

Dependencies

Standard library only (turtle).

Pyodide-runnable

No — it uses the turtle graphics module and keyboard events, which require a desktop windowing environment.