Skip to content

Instantly share code, notes, and snippets.

View seanthe-maker's full-sized avatar

seanthe-maker

View GitHub Profile
import pygame
import random
import sys
# Initialize Pygame
pygame.init()
# Screen settings
WIDTH, HEIGHT = 600, 600
screen = pygame.display.set_mode((WIDTH, HEIGHT))