MLB-LED-Scoreboard / mlb-led-scoreboard

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

Additional play display compatibility #548

Open Xatunix opened 2 months ago

Xatunix commented 2 months ago

This pull request makes changes in data/plays.py and data/game.py to add compatibility with numerous other common plays in the scoreboard. This could be combined with changes in renderers/game/game.py to display many more play results on scoreboards (as I've done with the rest of the code on my personal repository).

Specifically:

All original plays and abbreviations should have been maintained and not break any existing functionality.

(I don't know what I'm doing, so please provide feedback if going about this incorrectly)

Xatunix commented 2 months ago

Thanks for the detailed thoughts (some of which made me facepalm)! I'll revise accordingly.