6 lines
72 B
Python
6 lines
72 B
Python
import pgzrun
|
|
|
|
WIDTH = 800
|
|
HEIGHT = 600
|
|
|
|
pgzrun.go() # Must be last line |