From: W. Trevor King Date: Tue, 7 Dec 2010 17:52:06 +0000 (-0500) Subject: Add simple README demonstrating usage and testing. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3172a1c005486c61fbb16794148e4883135ab40;p=poker.git Add simple README demonstrating usage and testing. --- diff --git a/README b/README new file mode 100644 index 0000000..fd9981a --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +Multiplayer poker game. Example usage: + + ./pbot.py -v a,bots/p1.py b,bots/p1.py x,bots/p2.py y,bots/p2.py > example.txt + +Run internal tests with + + nosetests --with-doctest --doctest-test *.py