Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenjinp/scaling-tyrion

Bowling Challenge!
https://github.com/kenjinp/scaling-tyrion

Last synced: about 1 month ago
JSON representation

Bowling Challenge!

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.