public
Description: Ruby library to satisfy yet another human addiction.
Homepage: http://gambler.rubyforge.org/
Clone URL: git://github.com/Oshuma/gambler.git
Click here to lend your support to: gambler and make a donation at www.pledgie.com !
gambler / README.txt
100644 50 lines (30 sloc) 1.161 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
= Gambler
 
Github:: http://github.com/Oshuma/gambler/
RubyForge:: http://gambler.rubyforge.org/
 
== DESCRIPTION:
 
Gambler is a Ruby library which can be included into other classes/modules.
It provides an object oriented interface for common gambling games such as
Blackjack, Poker, etc.
 
== SYNOPSIS:
 
Ruby library to satisfy yet another human addiction.
 
 
== REQUIREMENTS:
 
Pure Ruby, so far.
 
== INSTALL:
 
 # From RubyForge:
 $ gem install gambler
 
 # From Github:
 $ gem sources -a http://gems.github.com/ (You only need to do this once.)
 $ gem install Oshuma-gambler
 
== USAGE:
See http://gambler.rubyforge.org/api/ for usage documentation.
 
== LICENSE:
 
     DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
             Version 2, December 2004
  http://sam.zoy.org/wtfpl/
 
 Copyright (C) 2008 Dale Campbell <dale@save-state.net>
 
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.
 
     DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 
 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
  0. You just DO WHAT THE FUCK YOU WANT TO.