pyBegin / projects / pong
🏓

PONG

A single-player Pong game built with pygame. It features a difficulty menu (Easy / Medium / Hard), an AI-controlled opponent paddle, sound effects,…

379 lines🖥 Desktop only

PONG

A single-player Pong game built with pygame. It features a difficulty menu (Easy / Medium / Hard), an AI-controlled opponent paddle, sound effects, and a score counter.

How to run

pip install pygame
python main.py

Run from the PONG directory so the assets/ files are found.

Dependencies

Pyodide-runnable

No — it is a pygame GUI game that requires a display window, sound, and local image/font assets.