The oldest videogame, Pong, now readapted to modern computers with Python.
Restored-py-pong is a minimalist revival of the classic Pong arcade game, built entirely in Python using Pygame. It preserves the original spirit of the game while adapting it for modern systems, with smooth performance, clean visuals, and cross-platform compatibility.
Whether you're nostalgic for the golden age of gaming or just want a quick match, this version delivers timeless fun in a lightweight package.
- Single-player mode with AI opponent
- Retro-inspired visuals
- Cross-platform: Windows, macOS, Linux
- And more will come in future...
| Platform | Format | Download |
|---|---|---|
| Windows | .exe |
Download |
| macOS | universal.py |
Download |
| Linux | universal.py |
Download |
No Python installation required. Just download and play.
If you prefer to run the game from source:
git clone https://github.com/yourusername/restored-py-pong.git
cd restored-py-pong
pip install -r requirements.txt
python py_pong.py