Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 362 Bytes

darts_scorer_OO_python

Command line darts scorer written in Python The user can play a full match for two 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:

$ python dart_scorer.py

To run the tests:

$ ./run_tests.sh