Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 622 Bytes

python-baseball

interactive console-based baseball simulation

initialize

  1. brew install python
  2. git clone https://github.com/carrjsn/pythonbaseball.git
  3. cd <root-directory>
  4. python3 pythonbaseball.py

game setup

  1. Choose home and away team names
  2. Choose how many innings to simulate Setup

gameplay

  • Generates fully randomized outcomes for each batter (one pitch per batter) Gameplay

  • End of game statistics featuring boxscore and team totals EndofGame