Go to file
Matthias Meusburger 3a285da67d Fix wrong week displayed in weekscores 2012-09-17 17:20:33 +02:00
doc Documentation update 2012-09-16 14:15:43 +02:00
README.md Documentation update 2012-09-09 19:53:25 +02:00
__init__.py First commit, the DuckHunt game for IRC 2012-07-17 20:59:22 +02:00
config.py Adds autoFriday channel value 2012-09-09 17:08:05 +02:00
plugin.py Fix wrong week displayed in weekscores 2012-09-17 17:20:33 +02:00
test.py Adds week scores 2012-09-14 10:35:28 +02:00

README.md

_o< ~ DuckHunt game for supybot ~ >o_/

How to play

  • Use the "start" command to start a game.
  • The bot will randomly launch ducks. Whenever a duck is launched, the first person to use the "bang" command wins a point.
  • Using the "bang" command when there is no duck launched costs a point.
  • If a player shoots all the ducks during a hunt, it's a perfect! This player gets extra bonus points.
  • The best scores for a channel are recorded and can be displayed with the "listscores" command.
  • The quickest and longest shoots are also recorded and can be displayed with the "listtimes" command.
  • The "launched" command tells if there is currently a duck to shoot.

How to install

Just place the DuckHunt plugin in the plugins directory of your supybot installation and load the module.

How to configure

Several per-channel configuration variables are available (look at the "channel" command to learn more on how to configure per-channel configuration variables):

  • autoRestart: Does a new hunt automatically start when the previous one is over?
  • ducks: Number of ducks during a hunt?
  • minthrottle: The minimum amount of time before a new duck may be launched (in seconds)
  • maxthrottle: The maximum amount of time before a new duck may be launched (in seconds)
  • kickMode: If someone shoots when there is no duck, should he be kicked from the channel? (this requires the bot to be op on the channel)
  • autoFriday: Do we need to automatically launch more ducks on friday?

Update

Get latest version at : https://github.com/veggiematts/supybot-duckhunt