Add simple README demonstrating usage and testing.
authorW. Trevor King <wking@drexel.edu>
Tue, 7 Dec 2010 17:52:06 +0000 (12:52 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 7 Dec 2010 17:52:06 +0000 (12:52 -0500)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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