Go to file
rootcoma cd11bd783f Streaks, shuffling questions, restarting round #, fix start bug
added streak bonus message
shuffling questions, only using once
once questions are used round # restarts
fixed bug when starting twice
2013-11-02 20:32:25 -07:00
local Upload plugin default 2013-01-02 20:27:52 -06:00
php adding php 2013-11-01 14:14:37 -07: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 Update README.md 2013-11-02 12:50:44 -05:00
__init__.py Minor changes 2013-11-02 13:21:21 -05:00
config.py Changing time between questions and hints add skip vote 2013-11-02 04:44:23 -07:00
plugin.py Streaks, shuffling questions, restarting round #, fix start bug 2013-11-02 20:32:25 -07: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 has been started but is not finished. For developers use only. Not ready for use.

Plans

Main Priority

  • require minimum amount of points for autovoice

  • New Style design

  • allow shuffling of questions

  • move databases to inside the TriviaTime plugin folder

  • when reaching the end of questions, restart the question numbers per Concept page

  • extra points for streaks

  • We plan on keeping track of players scores by their usernames. Should they want to change usernames and keep their scores, they will need to register to the bot. Supybots are already capable of keeping track of users across nicknames and hosts (per owners configuration)

  • Store question in an SQL file. Create a system of assigning number to the question. That question number will only be used for reporting and when the question is displayed by the bot. If the question is reported, it will be assigned a new number for reporting. When edited, it will use the new report number.

  • create live PHP website showing scores and to track reports

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