contest1/
contest1/example/
contest1/html/classes/
contest1/html/dot/
contest1/html/files/
contest1/test/
= TeensyCard Library v0.1

== Introduction

The TeensyCard Library is a handy dandy library for creating card games.

== License

TeensyCard was authored by Jon A. Lambert.

Everything included in this distribution is released to the Public Domain.

== System Dependencies

[Ruby 1.8.x] Can be obtained at the home of Ruby, http://www.ruby-lang.org.
[RubyGems] May be installed with Ruby. If not see http://rubyforge.org/projects/rubygems
[Rake] May be installed with Ruby. If not see http://rake.rubyforge.org

== Manifest

	/contest1/:
	  |-html/:
	  |   `..html documentation
	  |-example/:
	  |   `-t1k4.tgz
	  |-test/:
	  |   `-test_cards.rb
	  |-README
	  |-README.EXAMPLE
	  |-Rakefile
	  |-cards.rb
	  `-t.pch

cards.rb - the entry

== Installation 

From the directory you untarred this file, the following tasks are available from the command line.
* rake - Runs regression tests, generates documention, installs TeensyMud and patches it.
* rake rdoc  - Generates html documention.
* rake clean - Deletes html documention.
* rake test  - Runs regression tests.
* rake patch - Installs TeensyMud and patches it.
* rake run   - Runs TeensyMud in the background.