pokerstuff1.3.zip
DESCRIPTION

pokerstuff consists of a playing card parsing
engine to recognise the best 5 card poker hand from
a number of input cards, a demo script to exemplify
it's use either via the generation of random cards
or by manually inputting them, and a poker slot
machine emulator which is a full single user game
script also using the card parsing engine

CONTENTS

pokerstuff1.3.readme
parsecards.tcl version 1.1
parsecards.txt version 1.1
pokerdemo.tcl version 1.2
pokerslot.tcl version 1.2

USAGE

extract the contents of the zip file to your bot's
scripts sub-directory and append the following lines
to the end of your bot's .conf file (note that
parsecards.tcl MUST be loaded first)

source scripts/parsecards.tcl
source scripts/pokerdemo.tcl
source scripts/pokerslot.tcl

edit the configuration section of pokerdemo.tcl and
pokerslot.tcl before restarting the bot

detailed instructions for the use of pokerdemo.tcl
and pokerslot.tcl is contained within the respective
scripts themselves

an explanation of the workings of parsecards.tcl is
contained in the accompanying text file parsecards.txt
for anybody that might like to make use of it in
other poker scripts, or even modify it
