X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/c0eee1b4d5047e32c615f7e02e05e2233a1b92af..e6143050a1821e020405d68cb17fb63213032414:/modules/trivia.py diff --git a/modules/trivia.py b/modules/trivia.py index 28ba64d..ddfe3b3 100644 --- a/modules/trivia.py +++ b/modules/trivia.py @@ -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