Skip to content

andrey-chabrov/bowling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Calculates total bowling game scores.

Using:

Use a python shell:

>>> from src.game import Game
>>> points = [10, 3, 7, 6, 1, 10, 10, 10, 2, 8, 9, 0, 7, 3, 10, 10, 10]
>>> game = Game(points)
>>> game.get_score()
193

Run Tests:

python -m src.tests

About

Bowling game score calculating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages