Skip to content

Instantly share code, notes, and snippets.

View andrewthederp's full-sized avatar
💭
H good btw

Andreawthederp andrewthederp

💭
H good btw
View GitHub Profile
import arcade
import pyglet
import enum
import random
class DragRectType(enum.IntFlag):
MOVEABLE = 0
RESIZE_TOP = enum.auto()
RESIZE_BOTTOM = enum.auto()
# Imports
import pygame
import sys
import random
# Initialising
pygame.font.init()
pygame.init()
# Colors