Go to file
2013-09-17 19:26:21 +02:00
modules Change branch condition for checking if night is over, fixes #17 2013-07-15 19:37:10 -07:00
oyoyo
settings Change playercounts for drunk, traitor, and wolf2 2013-07-07 13:29:22 -07:00
tools
.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.rst Fix README.rst 2013-09-17 19:26:21 +02:00
wolfbot.py Small cleanup 2013-04-09 19:25:08 -04:00

------------
Dependencies
------------

- Python 3.2+ (3.1 doesn't work)

-------------
Configuration
-------------

Copy ``botconfig.py.example`` to ``botconfig.py`` and modify the
settings as needed. If desired, edit ``settings/modify.py`` to modify
game settings.

----------------
Starting the bot
----------------

To start the bot, you can simply execute ``wolfbot.py``::

    $ ./wolfbot.py

Debug mode can be enabled with the ``--debug`` argument::

    $ ./wolfbot.py --debug