Simulate a basketball game result based on team's strategy and ability
To run:
./bin/sim-game
Usage:
Set different setting in ./src/sim-game.py =============== Default settings ===================
TODO:
- Add team strategy with 2-pt and 3-pt strategy, pct, offensive rebound pct. DONE
- Make a single file to run on-line
- Add team strategy with 2-pt mixed with 3-pt. DONE, not tested yet
- Add fouled to free throw line pct and FT%.
- Add yaml parser to read config file