Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/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/heldrida/bowling_calculator
Last synced: about 1 month 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/heldrida/bowling_calculator
- Owner: heldrida
- Created: 2014-07-10T18:53:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T02:05:46.000Z (over 10 years ago)
- Last Synced: 2024-12-30T10:18:56.869Z (about 1 month ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 2
- 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#ScoringLive 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/