manurFR / greed

Ruby Koans extra credit game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GREED

This was made as the "extra credit" to the Ruby Koans (http://rubykoans.com/), a wonderful TDD tutorial to teach yourself Ruby.

It is my first attempt at coding in Ruby. As such, it certainly lacks elegance, clarity and is probably not written in "fluent" Ruby. All advice is welcome.

This is a multi-player, "pass-the-keyboard", dice game. Launch a game with:

    $ ruby src/greed.rb

Read the rules here.

If you are so inclined, you can run the tests by going to the src/ directory:

    $ cd src
    $ ruby test.rb

Schematic algorithm:

Algorithm

[This code is licensed under the terms of the MIT license.]

About

Ruby Koans extra credit game

License:MIT License


Languages

Language:Ruby 100.0%