Go to file
tannn aa6e8a96ae Merge pull request #2 from rootcoma/master
Adding Game + Storage by rootcoma
2013-11-01 14:15:04 -07:00
local Upload plugin default 2013-01-02 20:27:52 -06:00
.gitignore Initial commit 2013-01-02 18:20:07 -08:00
LICENSE Added license 2013-08-02 16:27:49 -05:00
README.md Updated readme 2013-06-09 17:35:40 -05:00
__init__.py Tinkering 2013-08-02 20:48:20 -05:00
config.py Adding Game + Storage 2013-11-01 14:03:47 -07:00
kaos.tt added questions files 2013-01-06 19:07:14 -06:00
plugin.py Adding Game + Storage 2013-11-01 14:02:39 -07:00
questions.tt added questions files 2013-01-06 19:07:14 -06:00
test.py Tinkering 2013-08-02 20:48:20 -05:00

README.md

This plugin will be a feature packed trivia script for Supybot in the future. Developers will need to refer to TriviaTime for more information. This plugin cannot do anything yet. The project has not yet started.

Plans

Main Priority

  • add start command

  • create file for questions and kaos; use files

  • show three hints, seperated by 15 seconds each

  • show answer if nobody answers, go to next question in 20 seconds

  • allow answer of questions

  • add stop command

  • keep track of current question

##Second Priority

  • Auto-voice weekly/monthly/yearly top players

  • Allow reporting

  • allow shuffling of questions

  • show individual player stats for week/month/year/ever

  • show global top day/month/year/ever

  • add skip action, requires at least half of active players in the past 10 minutes

  • allow extra hint command

  • extra points for streaks

  • create live PHP website showing scores and to track reports

and much more, based off of BogusTrivia and Trivia (supybot plugin)