Go to file
Robert Wall ed62cbbfc9 Change branch condition for checking if night is over, fixes #17
chk_nightdone used to check whether the number of people seen equals
the number of seers (and the same for harlot, etc.). This means night
times out if the seer (etc.) leaves after seeing but before night is
otherwise ended. This commit changes equals to >=, and swaps around the
wolf part of that condition so that it matches the other parts.
2013-07-15 19:37:10 -07:00
modules Change branch condition for checking if night is over, fixes #17 2013-07-15 19:37:10 -07:00
oyoyo add --verbose mode 2012-07-13 20:35:31 -05:00
settings Change playercounts for drunk, traitor, and wolf2 2013-07-07 13:29:22 -07:00
tools various tweaks 2011-12-29 17:41:25 -06:00
.gitignore Migrating hgignore to gitignore 2013-06-02 13:48:15 -07:00
botconfig.py.example fix bug with debug mode and allowing commands 2012-07-16 11:16:26 -05:00
LICENSE Updating LICENSE file: changed copyright year to 2013, wrapped license text to 80 characters, specifically mentioned which license it is so people don't have to look it up 2013-06-24 14:24:02 -07:00
README
wolfbot.py Small cleanup 2013-04-09 19:25:08 -04:00

Use Python 3.2 (3.1 doesn't work)
configure botconfig.py by following the example in botconfig.py.example
if desired, configure settings/wolfgame.py to modify game settings
run wolfbot.py