O-I / kahtzee

Coding Dojo's KataYahtzee exercise in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kahtzee

Build Status

Coding Dojo's KataYahtzee exercise in Ruby.

To play around, make sure you have Ruby 1.9.3+ installed and then:

$ git clone git@github.com:O-I/kahtzee.git
$ cd kahtzee
$ bundle install

To run the tests:

$ bundle exec rake spec

To generate some sample output:

$ ruby runner.rb

About

Coding Dojo's KataYahtzee exercise in Ruby


Languages

Language:Ruby 100.0%