Skip to content

Instantly share code, notes, and snippets.

View pvcraven's full-sized avatar

Paul V Craven pvcraven

View GitHub Profile
import arcade
import math
from dataclasses import dataclass
from typing import Callable
from typing import Tuple
SPRITE_SCALING = 0.5
SCREEN_WIDTH = 800
SCREEN_HEIGHT = 600