def draw(): screen.fill((0, 0, 0)) for y in range(14): for x in range(19): cell_size = 18 screen.blit('covered', (x * cell_size, y * cell_size))