| Commit message (Collapse) | Author | Lines |
|
- Using a while loop to run a game rather than bunch of the functions calling each other.
- using wait_for() to send hints, answers and to move to next questions.
|
|
Pending work:
- Function annotation
- Announcement of multiple winners (if they have same points).
|
|
- Linting
- renamed self.games to self.running_games
- using self.running_games insted of list(self.running_games.keys()) to loop over its keys.
- Renamed the file to trivia_quiz
|
|
the following features: quiz has the following features:
- There wont be any options to the questions asked, the users have to type the answer in the chat and the bot will pick up the right anwer
- If 3 questions have not been answered in a row, the quiz will be brought to a halt assuming inactivity.
- There are also hints in this game! A hint will be sent after 10s after the question has been sent.Each question has a maximum if 2 hints.
- The bot checks for the closest answer rather than the exact one(Incase of typoes in the users answer
|
|
|
|
|
|
|
|
|
|
|
|
summary
|
|
|
|
|
|
|
|
|
|
game_recs, edit docstring, added aliases
|
|
|