01: The window

You can set the size of your game window using the WIDTH and HEIGHT constants.

WIDTH = 100
HEIGHT = 200

A 100x200 window

WIDTH = 700
HEIGHT = 100

A 700x100 window