MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
582 stars 105 forks source link

Add result of previous play to game screen #471

Closed ty-porter closed 1 year ago

ty-porter commented 1 year ago

This issue is a

Additional Information

We display an animation for strikeouts and strikeout looking as well as HR. The eventType field also includes info about the previous play

We should be able to add simple cases like single/double/triple/strikeout/walk, etc.

We should avoid play results that require input from the official scorer (such as error) because there is an inherent delay in the scorer's decision

Can grab available event types:

statsapi.meta("eventTypes")