This simulator calculates the baseball score difference between hitting and bunting strategies:
■ input button - You can input the following players information:
BO: Batting Order (range: 1-9)
NM: Players name
BA: Batting Average % (range: 0.0-1.0)
OB: On-base % (range: 0.0-1.0)
NH: No of Hits (0 or more)
1H: 1-base hit (0 or more)
2H: 2-base hit (0 or more)
3H: 3-base hit (0 or more)
HR: Home run (0 or more)
AB: at Bat (0 or more)
■ hitting button - In the hitting strategy, the game proceeds only with hits without bunting.
■ bunting button - In the bunt strategy, bunt only when the runner is on the first base.
■ In each strategy, you can seen the final score.
■ Since the batting order can be changed, the score is simulated for each changed batting order.
■ In the simulation, the base is calculated stochastically according to the batting average, the type of each hit, etc. of each player entered in advance.
■ share button - You can share details.