https://github.com/punkbit/bowling_calculator
JavaScript object that will keep accurate score in a ten-pin bowling match for a single player, with unit tests in place to prove the accuracy of your scoring mechanism.
https://github.com/punkbit/bowling_calculator
Last synced: 9 months ago
JSON representation
JavaScript object that will keep accurate score in a ten-pin bowling match for a single player, with unit tests in place to prove the accuracy of your scoring mechanism.
- Host: GitHub
- URL: https://github.com/punkbit/bowling_calculator
- Owner: punkbit
- Created: 2014-07-10T18:53:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T02:05:46.000Z (almost 12 years ago)
- Last Synced: 2025-09-14T18:13:14.153Z (9 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
JavaScript object that will keep accurate score in a ten-pin bowling match for a single player, with unit tests in place to prove the accuracy of your scoring mechanism.
Ten-pin bowling scoring rules: http://en.wikipedia.org/wiki/Ten-
pin_bowling#Scoring
Live demo:
Proto/Object:
http://bowling_calculator.punkbit.com/bowling_calculator.js
Spec runner:
http://bowling_calculator.punkbit.com/jasmine/SpecRunner.html
Work in progress:
http://bowling_calculator_app.punkbit.com/