- A bowling lane has 10 bowling pins
- A bowling series consists of 10 rounds
- Each round consists 2 throws (unless the player gets a strike).
- A bowling round has 10 bowling pins
- A spare is scoring all 10 pins on the 2nd throw
- A strike is scoring all 10 pins on the 1st throw
- If the player gets a strike, the round has 1 throw.
This repo acts as a starting point for implementing parts of bowling.
yarn install
yarn test
yarn dev
Open http://localhost:3000 with your browser to see the result.