Command line darts scorer written in Python The user can play a full match for MULTIPLE players e.g. best of 3 sets, best of 5 legs to a set. The program also works out which player should throw first at the start of each leg/set
To run from command line:
$ python3 dart_scorer.py
To run the tests:
$ ./run_tests.sh