pgzrun
Zero-boilerplate games programming framework based on Pygame (Python 3)
Install
- All systems
-
curl cmd.cat/pgzrun.sh
- Debian
-
apt-get install python3-pgzero
- Ubuntu
-
apt-get install python3-pgzero
- Kali Linux
-
apt-get install python3-pgzero
- Fedora
-
dnf install pgzero
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pgzero
- Raspbian
-
apt-get install python3-pgzero
- Dockerfile
- dockerfile.run/pgzrun
python3-pgzero
Zero-boilerplate games programming framework based on Pygame (Python 3)
Pygame zero is intended for use in education, so that teachers can teach basic programming without needing to explain the Pygame API or write an event loop.