From c3172a1c005486c61fbb16794148e4883135ab40 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 7 Dec 2010 12:52:06 -0500 Subject: [PATCH] Add simple README demonstrating usage and testing. --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README 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 -- 2.26.2