Login and get codingIf you've never tried bowling, it's a fun game to play but keeping score can be confusing when you're first getting started.
In this Bite you will be given a string of frame data and need to complete the
calculate_score()
function and return a final score.Strikes are represented with an
X
, spares with a/
, and gutter balls with a-
.
33 out of 34 users completed this Bite.
Will you be the 34th person to crack this Bite?
Resolution time: ~109 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 7.5 on a 1-10 difficulty scale.
» Up for a challenge? 💪