Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 499 Bytes

Basketball Simulator

A work-in-progress open-source Basketball Game Simulator written in Typescript. Utilizes the excellent Python library pbpstats to parse NBA play-by-play data to generate more realistic simulations.

Heart of the simulator lives in server/src/entities/GameSim.ts. The simulator utilizes the Observer pattern.

Play-by-play parser is located at python/pbp-parser.py.

TODOs galore, but we're just getting started. Bless this mess!!