A simple trivia bot written in perl
Stars
4
Forks
0
Watchers
4
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
Fixed an issue with a warning when adding a new player's information to
e2036aeView on GitHubreplaced the score command with the stats command to show all of the stats for the speaker.
0712150View on GitHubRandom questions are now picked in the query itself, rahter than by a random number. Fewer instances of selecting bad questions.
deba969View on GitHubfixed a problem where the number of questions asked was inaccurate when a new question has to be chosen from the database.
4e6cb34View on GitHubadded support for streaks and record times, updated the database to hold these values
84a0ee0View on GitHubFixed an issue with questions having null entries in the database. Total number of questions is now echoed at round start
56983edView on GitHubAdded a way for an individual player to return his/her score
bedf565View on GitHubFixed how the hints appeared and simplified how the hints are generated'
93f6256View on GitHub