Home screen template.
from math import * from random import * from kandinsky import * from ion import * from time import * bg="black" fill_rect(0,0,322,222,bg) while not keydown(KEY_OK): draw_string("""=============================== Game Whatever ================================= key [*Arrows] Key Pad = Move key [Backspace] = Pause/Resume ( Press [OK] to Start ) """,0,0,"white",bg) fill_rect(0,6,322,5,(randint(0,100),randint(0,100),randint(0,100))) fill_rect(0,42,322,5,"red")