3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
pbot/modules/cjeopardy
Pragmatic Software 04a308a59e Improve quickest-streak algorithm for setting new records
Use the following formula to set personal records for quickest-streak
relative to an existing personal current record.

(ranked_streak + ranked_streak) / ranked_answers > (current_streak + ranked_streak) / current_answers

E.g., given a current record of 8 correct answers in a row in 1 minute and
20 seconds, to beat that record you'd need: 6 answers in 40 seconds, 7 in
1 minute, 9 in 1 minute 40 seconds, 10 in 2 minutes, etc.
2015-05-22 04:03:39 -07:00
..
data Improvements to C Jeopardy module 2015-01-28 00:40:40 -08:00
.gitignore Improvements to C Jeopardy module 2015-01-28 00:40:40 -08:00
cjeopardy_answer.pl Improve quickest-streak algorithm for setting new records 2015-05-22 04:03:39 -07:00
cjeopardy_hint.pl Reduce hint timeout to 20 seconds; don't update hint statistics if in hints-only mode 2015-05-22 03:57:30 -07:00
cjeopardy_scores.pl Add quickest-correct-streak logic CJeopardy scores module 2015-05-21 07:35:04 -07:00
cjeopardy.pl Don't bold "this" or "these" embedded in other words 2015-05-22 03:58:28 -07:00
cjeopardy.txt Add "greater" as alternate answer to a certain question 2015-05-22 03:59:00 -07:00
IRCColors.pm Improvements to C Jeopardy module 2015-01-28 00:40:40 -08:00
Scorekeeper.pm Remove underscore typo 2015-05-21 03:26:38 -07:00