wheelchair basketball game


all right today i deletled 1/2 the teams ill add more teams

class teams:
 ohioschools = {
    "AF": "Fitch",
    "BHS": "Boardman",
    "CHS": "Canfield",
    "UHS": "Youngstown",
    "MHS": "Massillon",
    "THS": "Tallmadge",
    "UHS": "Ursuline",
     "GHS": "Girard",
     "PHS": "Poland",
     "WHS": "Warren",
     "NHS": "Niles",
     "EHS": "East Liverpool",
     "HHS": "Hubbard"
}

PAschools = {
    "PHS": "Pittsburgh",
    "PHS": "Philadelphia",
    "PHS": "Harrisburg",
    "PHS": "Allentown",
    "EHS": "Erie",
    "CPHS": 'Central PREP',
    "LHS": 'Lancaster',
    "Corry": 'Corry'

}



californiaschools = {
    "LHS": "Los Angeles",
    "BHS": "Berkeley",
    "CHS": "Culver City",
    "UHS": "Upland",
    "SDHS": "San Diego"

}


uthahschools = {
    "SLC": "Salt Lake City",
    "OGDEN": "Ogden",
    "PROVO": "Provo",
    "LOGAN": "Logan",
    "STGEORGE": "St. George",
     "utha prep": "Utah Prep"
}

taxaschools = {
    "HOU": "Houston",
    "DAL": "Dallas",
    "AUS": "Austin",
    "SA": "San Antonio",
    "ELP": "El Paso",
    "DFW": "Dallas-Fort Worth"
}


class Colors:
    af = (255, 0, 0), (8, 4, 122)  # Red and Blue for Fitch
    bhs = (0, 0, 255), (255, 255, 255)  # Blue and White for Boardman
    chs = (255, 255, 0), (0, 0, 0)  # Yellow and Black for Canfield
    uhs = (255, 0, 255), (255, 255, 255)  # Magenta and White for Youngstown
    mhs = (0, 255, 0), (0, 0, 0)  # Green and Black for Massillon
    ths = (255, 165, 0), (0, 0, 0)  # Orange and Black for Tallmadge
    ursuline = (128, 0, 128), (255, 255, 255)  # Purple and White for Ursuline
    ghs = (0, 255, 255), (0, 0, 0)  # Cyan and Black for Girard
    phs = (255, 192, 203), (0, 0, 0)  # Pink and Black for Poland
    whs = (255, 255, 255), (0, 0, 0)  # White and Black for Warren
    nhs = (128, 128, 128), (255, 255, 255)  # Gray and White for Niles
    ehs = (0, 128, 128), (255, 255, 255)  # Teal and White for East Liverpool
    corry = (255, 0, 0), (255, 255, 255)  # Red and White for Corry
    pittsburgh = (255, 255, 0), (0, 0, 0)  # Yellow and Black for Pittsburgh
    philadelphia = (0, 0, 255), (255, 255, 255)  # Blue and White for Philadelphia
    harrisburg = (255, 0, 255), (255, 255, 255)  # Magenta and White for Harrisburg
    allentown = (0, 255, 0), (0, 0, 0)  # Green and Black for Allentown
    erie = (255, 165, 0), (0, 0, 0)  # Orange and Black for Erie
    central_prep = (128, 0, 128), (255, 255, 255)  # Purple and White for Central PREP
    lancaster = (0, 255, 255), (0, 0, 0)  # Cyan and Black for Lancaster
    los_angeles = (255, 0, 0), (255, 255, 255)  # Red and White for Los Angeles
    berkeley = (0, 0, 255), (255, 255, 255)  # Blue and White for Berkeley
    culver_city = (255, 255, 0), (0, 0, 0)  # Yellow and Black for Culver City
    upland = (255, 0, 255), (255, 255, 255)  # Magenta and White for Upland
    san_diego = (0, 255, 0), (0, 0, 0)  # Green and Black for San Diego
    salt_lake_city = (255, 165, 0), (0, 0, 0)  # Orange and Black for Salt Lake City
    ogden = (128, 0, 128), (255, 255, 255)  # Purple and White for Ogden
    provo = (0, 255, 255), (0, 0, 0)  # Cyan and Black for Provo
    st_george = (255, 0, 255), (255, 255, 255)  # Magenta and White for St. George
    utha_prep = (0, 255, 0), (0, 0, 0)  # Green and Black for Utah Prep

ill fix the colors next week i also added the court and images for the game

i might add a my rise to frame mode that way the player can play as themselfs

ill be back next week with more info

you know the vibes


Leave a Reply

Your email address will not be published. Required fields are marked *