Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenjinp/scaling-tyrion
Bowling Challenge!
https://github.com/kenjinp/scaling-tyrion
Last synced: about 1 month ago
JSON representation
Bowling Challenge!
- Host: GitHub
- URL: https://github.com/kenjinp/scaling-tyrion
- Owner: kenjinp
- Created: 2015-04-14T11:04:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T17:08:09.000Z (over 9 years ago)
- Last Synced: 2023-08-14T23:37:04.001Z (over 1 year ago)
- Language: JavaScript
- Size: 691 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#BOWLING CHALLANGE!
Game:
-A game consists of 10 frames.
-In general each frame has 2 rolls.
-In general a player scores the number of pins knocked down.
-If the player knocks down all 10 pins on the first roll it’s a strike.
-The player scores 10 plus the number of pins knocked down in the next two rolls.
-If the player knocks down all 10 pins in two rolls it’s a spare.
-The player scores 10 plus the number of pins knocked down in the next roll.Goals:
-Visualize the scoring of the game.
-Create a method that randomly throws a roll (one roll is 1-10 pins knocked down), and progresses the scoring.