Zeroth-World Problems

Bowling Kata Redux

After making some improvements to Verse, I was able to complete a solution to the Bowling Kata. You can play with the solution here.

The current solution doesn’t keep track of how many pins are still standing, so you can bowl e.g. two 9s in one frame. Just for fun, you might try fixing that issue by doing some validation on the input and showing an appropriate error message.

Next: Types and Tests

Previous: The Bowling Kata in Verse