diff --git a/README.md b/README.md new file mode 100644 index 0000000..68df101 --- /dev/null +++ b/README.md @@ -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/ \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 3fd7d19..0000000 --- a/README.txt +++ /dev/null @@ -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) \ No newline at end of file