The only roles that should NOT be assassin are roles that the other team MUST kill in order to have a good shot at winning. Therefore, we don't need to have so many saferoles unable to be assassin, as well as certain neutral roles. The current list is as follows: - wolves + traitor, since these all need to die for village to win - lycan, because if turned they need to die for village to win - seer/oracle/harlot/augur/detective, capable of making safes so wolves need to focus on killing them in order to have a shot at winning - bodyguard/GA, capable of preventing other safes from dying, again need to die for wolves to have a shot at winning Everyone else is fair game, including shaman, drunk, hunter, doctor, crazed shaman, and fool (who were all previously restricted). If drunk is assassin, they don't get to choose their target, rather they get one randomly assigned to them automatically. |
||
---|---|---|
modules | ||
oyoyo | ||
settings | ||
tools | ||
.gitignore | ||
.mailmap | ||
botconfig.py.example | ||
CONTRIBUTING.markdown | ||
LICENSE | ||
README.markdown | ||
wolfbot.py |
This is the game bot for ##werewolf on freenode. It's a continutation of lycanthrope, which has become inactive. We have an active community, and we'd love for you to join us!
Running the bot
If you wish to run your own copy of the bot, all you need is Python 3.2 or a newer version.
Copy botconfig.py.example
to botconfig.py
and modify the settings as needed.
If desired, edit settings/wolfgame.py
to modify game settings.
To start the bot, run ./wolfbot.py
. You can optionally use --debug
or
--verbose
.