Skip to content

upwardbinkie/bowling-score-processor

Repository files navigation

bowling-score-processor

Program that reads the input of a text file containing the results of bowling games and parses its content for Jobsity technical challenge.

Prerequisites

  • Ruby 3.0.1
  • Rspec 3.10

Usage

  1. Unzip or clone project
  2. Navigate to project folder
cd bowling_score_processor
  1. Run project
ruby bowling_score_processor.rb
  1. Enter the filename to be executed

eg. example_1.txt

Adding more examples

To add more exercises simply create a new text file in the root folder. It is recommended to follow the same naming convention example_n.txt.

All values in the text file should be tab-separated. For example:

Carlos   10
Juan   1
Juan   F
Carlos   7
Carlos   3
...

Run Tests

bin/rspec

Author

Harry Jackson Arroyo
[email protected]
+52 1 228 988 0724

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages