<html><head>
<title>File: README</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=StyleSheet href=".././rdoc-style.css" type="text/css" media=screen>
<script type="text/javascript" language="JavaScript">
<!--
function popCode(url) {
parent.frames.source.location = url
}
//-->
</script>
</head>
<body bgcolor="white">
<table width="100%">
<tr class="title-row">
<td><table width="100%"><tr>
<td class="big-title-font" colspan=2><font size=-3><B>File</B><BR></font>README</td>
<td align="right"><table cellspacing=0 cellpadding=2>
<tr>
<td class="small-title-font">Path:</td>
<td class="small-title-font">README
</td>
</tr>
<tr>
<td class="small-title-font">Modified:</td>
<td class="small-title-font">Wed Oct 26 13:23:13 GMT-5:00 2005</td>
</tr>
</table>
</td></tr></table></td>
</tr>
</table><br>
<!-- banner header -->
<table width="100%"><tr><td align="center">
<map id="map" name="map">
</map>
<img src="../dot/f_0.gif" usemap="#map" border=0 alt="TopLevel">
</td></tr></table>
<div class="description"><h1>TeensyCard Library v0.1</h1>
<h2>Introduction</h2>
<p>
The TeensyCard Library is a handy dandy library for creating card games.
</p>
<h2>License</h2>
<p>
TeensyCard was authored by Jon A. Lambert.
</p>
<p>
Everything included in this distribution is released to the Public Domain.
</p>
<h2>System Dependencies</h2>
<dl>
<dt>Ruby 1.8.x</dt><dd>Can be obtained at the home of Ruby, <a
href="http://www.ruby-lang.org">www.ruby-lang.org</a>.
</dd>
<dt>RubyGems</dt><dd>May be installed with Ruby. If not see <a
href="http://rubyforge.org/projects/rubygems">rubyforge.org/projects/rubygems</a>
</dd>
<dt>Rake</dt><dd>May be installed with Ruby. If not see <a
href="http://rake.rubyforge.org">rake.rubyforge.org</a>
</dd>
</dl>
<h2>Manifest</h2>
<pre>
/contest1/:
|-html/:
| `..html documentation
|-example/:
| `-t1k4.tgz
|-test/:
| `-test_cards.rb
|-README
|-README.EXAMPLE
|-Rakefile
|-cards.rb
`-t.pch
</pre>
<p>
cards.rb - the entry
</p>
<h2>Installation</h2>
<p>
From the directory you untarred this file, the following tasks are
available from the command line.
</p>
<ul>
<li>rake - Runs regression tests, generates documention, installs TeensyMud and
patches it.
</li>
<li>rake rdoc - Generates html documention.
</li>
<li>rake clean - Deletes html documention.
</li>
<li>rake test - Runs regression tests.
</li>
<li>rake patch - Installs TeensyMud and patches it.
</li>
<li>rake run - Runs TeensyMud in the background.
</li>
</ul>
</div>
</div>
<div id="section">
<!-- method descriptions -->
</body>
</html>