import pygame import sys pygame.init() color_dark = (100, 100, 100) color_light = (50, 50, 50) display = pygame.display.set_mode((800,800)) display.fill((255, 255, 255))