Skip to content

Simulates a bowling game (for one frame) in python. Uses test cases.

Notifications You must be signed in to change notification settings

qladams/bowling_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bowling_game_calc.py

Simulates a bowling game (for one frame) in python. Uses test cases.
Python file is bowling_game_calc.py
Usage: python bowling_game_calc.py # runs the test cases
Usage: python bowling_game_calc.py (108, '12-34-0/-0/-X-X-00-18-72-X-0/') # enter a frame of 10-13 scores, using "/" for spares, and "X" for strikes, representing one bowling frame.
Sample output in bowling_game_calc_output.png (snapshot of code run in windows terminal)

About

Simulates a bowling game (for one frame) in python. Uses test cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages