LukasHerwartz / bowling_kata_ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# bowling_kata_ruby

This is a mostly procuderal implementation ofn the bowling game kata in Ruby to get a basic understanding of the language.
It's not very readable or extensible nor optimized for performance.

## Installation

Install dependencies with
> bundle install --binstubs 

## Run tests

> bundle exec rspec .\spec\game_spec.rb

About


Languages

Language:Ruby 80.9%Language:Batchfile 19.1%