contest1/
contest1/example/
contest1/html/classes/
contest1/html/dot/
contest1/html/files/
contest1/test/
= Example Game

== Introduction

This is an implementation of Stud Poker.

* rake patch - Install TeensyMud and patch it
* rake run - Run TeensyMud in the background
* telnet into the mud which should be running on port 4000

== How to play

* Players should gather in a room to play and decide the order of play
* The dealer deals a hand by typing the command `deal'
* Each players hand will appear in their inventory and can be dislay by typing the command `inv'
* Follow the standard rules of stud poker - see http://en.wikipedia.org/wiki/Five-card_stud
* Upon a call each player shows their hand by typing the command `drop'
* Dealer clears the table by typing the command `clear' or `clean'