Code Monkey home page Code Monkey logo

bowling-challenge's Introduction

Bowling Challenge

Task:

Count and sum the scores of a bowling game for one player (in JavaScript).

A bowling game consists of 10 frames in which the player tries to knock down the 10 pins. In every frame the player can roll one or two times. The actual number depends on strikes and spares. The score of a frame is the number of knocked down pins plus bonuses for strikes and spares. After every frame the 10 pins are reset.

User Stories

As a ten-pin bowler,
I want to enter my rolls onto the scoreboard
so I can record my game.
As a ten-pin bowler,
I want my current score to be calculated
so I know if I am winning.
As a ten-pin bowler,
I want to see when my strike bonus is active
so I know that my next roll will receive bonus points.
As a ten-pin bowler,
I want to see when my spare bonus is active
so I know that my next roll will receive bonus points.
As a ten-pin bowler,
I want to be able to given a final score
so I know if I have won.

Installation

  • Install node.js
  • Install mongodb
  • Install chromedriver
  • Open a new terminal window and run mongod to start the Mongodb server
  • Create a local mongodb called bowling_test on localhost:27017
  • Clone repo
  • cd into app directory
  • Run npm install
  • Open a new terminal window and run nodemon ./bin/www to start the app server
  • Run npm test to run the test suite
  • Open http://localhost:3000/ to view the app

bowling-challenge's People

Contributors

rkclark avatar tansaku avatar gypsydave5 avatar spike01 avatar ptolemybarnes avatar roidriscoll avatar anitacanita avatar maryrosecook avatar

Watchers

James Cloos 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.