Giter Club home page Giter Club logo

jobsity_challenge's Introduction

Jobsity Challenge

A sample application to calculate a ten-pin bowling game score

Minimum compiling requirements

In order to compile this application you need to have Maven 3+ installed and set up in your computer.

For a detailed walkthough on Maven download, install and set up please refer to the Maven Official Documentation

Application compile

Once you have downloaded and unziped the source code, open a new command line window, navigate to the unzipped folder (i.e. C:\jobsity_challenge) and execute the maven command mvn clean verify.

Application execution

Once the application has been compiled successfully you can execute it by navigating to the target folder (i.e. C:\jobsity_challenge\target) and run it by running the command java -jar jobsity_challenge-0.0.1-SNAPSHOT.jar.

The application will ask for the score source file (i.e. C:\scores.txt) and then calculate and display the scores table for each player in the game.

Example data

Example data is available for you to test the application in the data folder.

You may use this data to test the end-to-end functionality.

Purpose

This application calculates and shows the score for a ten-pin bowling game for several Player.

Such score calculation requires the information of every roll to be available in the format

<Player1> <roll1>
<Player1> <roll2>
<Player2> <roll1>
<Player1> <roll3>

for every player that is in the game.

Design pattern

The application was designed and implemented with the MVC pattern in mind.

Although there is no web view to be displayed, the application provides a view in the form of a console output for the information to be presented to the user.

Technology stack

Questions?

Feel free to contact me at [email protected]

jobsity_challenge's People

Contributors

sbd2 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.