Coder Social home page Coder Social logo

bowling-challenge's Introduction

MCR Codes Bowling Challenge

A mob coding exercise for the Manchester Codes Bootcamp

Installation

npm install

Challenge

Build a ScoreCard object for keeping track of bowling scores.

Rules

  • A game consists of 10 frames.
  • In each frame the player has two opportunities to knock down 10 pins.
  • The score for the frame is the total number of pins knocked down, plus bonuses for strikes and spares.

Spares

  • A spare is when the player knocks down all 10 pins in two tries.
  • The bonus for that frame is the number of pins knocked down by the next roll.
  • If a spare is bowled in frame 3, and the first roll of frame 4 is a 5, the score for frame 3 is 10 plus a bonus of 5.

Strikes

  • A strike is when all 10 pins are knocked down on the first roll of a frame.
  • The bonus for that frame is the value of the next two balls rolled.
  • If a strike is bowled in frame 3, and the scores for frame 4 are 1 and 5, the score for frame 3 is 10 plus a bonus of 6 (5 + 1).

10th Frame

  • In the 10th frame a player who rolls a spare or strike is allowed to roll the extra balls to complete the frame.
  • However no more than three balls can be rolled in the 10th frame.
  • A perfect game is therefore 12 strikes, yielding a score of 300.

bowling-challenge's People

Contributors

ian-antking avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.