Files
PyGameZero/main.py
2026-05-27 06:49:43 +00:00

6 lines
72 B
Python

import pgzrun
WIDTH = 800
HEIGHT = 600
pgzrun.go() # Must be last line