public
Description: A dice library in Ruby
Homepage: http://yapok.org/
Clone URL: git://github.com/madx/dicelib.git
dicelib / README
100644 36 lines (22 sloc) 1.02 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
                  __ ___ __
                 /\ \ __ /\_ \ __/\ \
                 \_\ \/\_\ ___ __\//\ \ /\_\ \ \____
                 /'_` \/\ \ /'___\ /'__`\\ \ \ \/\ \ \ '__`\
                /\ \_\ \ \ \/\ \__//\ __/ \_\ \_\ \ \ \ \_\ \
                \ \___,_\ \_\ \____\ \____\/\____\\ \_\ \_,__/
                 \/__,_ /\/_/\/____/\/____/\/____/ \/_/\/___/
 
 
                     A tiny dice-rolling library for those
                          role-playing games fanatics
 
== Installing
 
$ gem sources -a http://gems.github.com (only once)
$ gem install madx-dicelib
 
Or you can run
 
$ git clone git://github.com/madx/dicelib.git
$ rake gem
 
And a gem package will be built in the pkg/ folder, just get here and run
 
$ sudo gem install
 
== Usage
 
 
== Tests
 
All tests use MTest, which you can find at http://github.com/madx/mtest/
 
$ rake test # runs all the tests
$ rake test:[class] # e.g. rake test:dice. Run the tests for a specific class