Coder Social home page Coder Social logo

katas-bowling's Introduction

Bowling Kata

TDD Kata for the game of Bowling

Bowling Rules

Score Example

Game consists of 10 frames.

Each frame has 2 rolls except the 10th frame, which may have 3 rolls.

Score for the frame is the number of pins knocked out in two rolls.

If all 10 pins are knocked out in two rolls, it's a spare. Spare frame adds pins of the first roll in the next frame to its score.

If all 10 pins are knocked out on the first roll of a frame, it's called a strike. Strike adds pins of the next two rolls to its score.

If a strike or spare scored on the tenth frame, then an extra roll is added to the frame to keep the score;

Mental Model

Class Diagram

Rules of TDD

  1. Don't write any production code unless it is to make a failing unit test pass.
  2. Don't write any more of a unit test than is sufficient to fail; and compilation failures are failures.
  3. Don't write any more production code than is sufficient to pass the one failing unit test.

RED: Write a failing test

GREEN: Write production code to fix the test

BLUE: Refactor the test and the production code but never both at the same time.

katas-bowling's People

Contributors

sanosov avatar

Watchers

James Cloos avatar Justin Robbins avatar Yoni Doron-Peters avatar  avatar  avatar  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.