Skip to content

Instantly share code, notes, and snippets.

View petercollingridge's full-sized avatar
💭
yet another cell simulation...

Peter Collingridge petercollingridge

💭
yet another cell simulation...
View GitHub Profile
import pygame
import random
import math
import time
background_colour = (0, 0, 0)
(width, height) = (400, 360)
screen = pygame.display.set_mode((width, height))
pygame.display.set_caption('Hyphae 1.1')