-
Notifications
You must be signed in to change notification settings - Fork 213
Box Player Class Basketball
Christian Wendt edited this page Feb 10, 2021
·
1 revision
This class inherits from the Player Class and holds more specific information of the player at the current time.
You can access all the variables from the Player Class.
slot_position: str # the players lineup position
points: int # points scored in the current week
points_breakdown: dict # dict of points breakdown (PTS, BLK, AST, ...)
pro_opponent: str # the pro team the player is going against
game_played: int # 0 (not played/playing) or 100 (finished game)