projects
/
poker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee7b6e
)
Add simple README demonstrating usage and testing.
author
W. Trevor King
<wking@drexel.edu>
Tue, 7 Dec 2010 17:52:06 +0000
(12:52 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 7 Dec 2010 17:52:06 +0000
(12:52 -0500)
README
[new file with mode: 0644]
patch
|
blob
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