Updated readme

This commit is contained in:
Tanner 2013-06-09 17:20:03 -05:00
parent ae4cd5b6cf
commit 46df3e8399
2 changed files with 46 additions and 20 deletions

46
README.md Normal file
View File

@ -0,0 +1,46 @@
This plugin cannot do anything yet. The project has not yet started.
This plugin will be a feature packed trivia script for [Supybot][] in the future.
Developers will need to [TriviaTime][] for more information.
# 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)
[TriviaTime]: http://trivialand.org/triviatime/
[Supybot]: http://sourceforge.net/projects/supybot/

View File

@ -1,20 +0,0 @@
NOTE: This plugin cannot do anything yet, as no work has been put into it.
This plugin will be a feature packed trivia script for Supybot in the future.
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
-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
and much more, based off of BogusTrivia and Trivia (supybot plugin)