]> jfr.im git - erebus.git/commitdiff
update TODO
authorzonidjan <redacted>
Tue, 25 Aug 2015 21:42:40 +0000 (16:42 -0500)
committerzonidjan <redacted>
Tue, 25 Aug 2015 21:42:40 +0000 (16:42 -0500)
TODO
modules/trivia.py

diff --git a/TODO b/TODO
index 49522ccef2e71dfc676d3995461578db732652fb..08bab6eb2f538fb2d56142a0759a981d99add5d1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,17 @@
+== trivia ==
+v1:
+       ability to modify parameters (HINTNUM, etc) & store in db instead of code
+       voting for next round target points
+v2:
+       multi-channel
+       team play
+       statistics
+
+== other ==
+module for user management
+module for channel management
+
+
+== ?????? ==
 - Store User and Channel objects
 - Add no-such-command error to Bot().parsemsg
-- Add level checking to Bot().parsemsg
-- Add PM-to-bot support
index 28ba64d06be6cf5478e86f2c34b4c4bf77b8ac5c..ddfe3b39d92ea8240e929c027d01f6750902ab13 100644 (file)
@@ -2,13 +2,6 @@
 # trivia module
 # This file is released into the public domain; see http://unlicense.org/
 
-#TODO:
-#      stop game after X unanswered questions
-#      bonus points
-#      v2
-#              team play
-#              statistics
-
 HINTTIMER = 15.0                  # how long between hints
 HINTNUM = 3                       # how many hints to give
 MAXMISSEDQUESTIONS = 5            # how many missed questions before game stops