brentice loper
Downling all requirements and necessary items.
Test were made one at a time and only to weed out errors and any small mistakes.
Tests can be run using pytest. Use pytest -k to run specific tests. Use pytest ./tests/version_1/test_calculate_score.py to test only the calculate_score method. Use pytest ./tests/version_1/test_roll_dice.py to test only the roll_dice method.
Tests can be run using pytest. Use pytest -k to run specific tests. Use pytest ./tests/version_1/test_calculate_score.py to test only the calculate_score method. Use pytest ./tests/version_1/test_roll_dice.py to test only the roll_dice method.