Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
import pygame
import sys
running = True
def launch():
pygame.init()
#!/usr/bin/python3
import pygame
import sys
running = True
def launch():
pygame.init()
#!/usr/bin/python3
import pygame
import sys
exit_bool = False
def launch():
pygame.init()