****************************************************************************** File Name : README.EXAMPLE Date : 27th October 2005 Author : Richard Woolcock ****************************************************************************** This MudMagic Code Challenge includes a bonus challenge, which consists of a working example of a card game. I've chosen to add support for a poker game. The directory structure for the example game is laid out as follows: 1. contest/example/doc This directory contains an updated installation.txt, showing how to install the enhanced snippet into a copy of Merc 2.1, and poker.txt, which describes how the bonus poker game works. 2. contest/example/Merc21 This directory contains another copy of Merc 2.1, with the snippet installed as described in the updated installation.txt file. 3. contest/example/standalone This directory contains the original snippet itself, along with a poker.c and poker.h, and an updated test.c and makefile. This can once again be run as a standalone application.