dcsan / gitterbot

GitterBot / gitter chatbot with Wiki integration, and more!
https://gitter.im/dcsan/gitterbot
61 stars 83 forks source link

multiplayer quiz games #155

Open dcsan opened 9 years ago

dcsan commented 9 years ago

feature idea

add "quiz" game

anyone can add quiz questions to the wiki set format with question / answers / hints

chat room session opens 10 questions (who ever is in the room)

could be multiple choice... or free typing each round - people type their answer / choice (1, 2 etc) each round we announce the score end of 10 questions - show the final score

multiplayer mode

first person to answer gets more points etc. down until timeout for the question end of game shows scoreboard / winner

since game is 5 questions, it keeps starting again, so people can come in at any time.

coop mode

goal is to get people to work together as a team you all get the points if you all vote for the same thing. if one person votes different and they're right, they get some mega bonus, to not encourage groupthink. sort of prisoner's dilemma

when there is "consensus" of majority of players then we put in the round vote.

dcsan commented 9 years ago

the big new feature I'd like to add.

dcsan commented 9 years ago

@abhisekp @SaintPeter @dting any thoughts?

abhisekp commented 9 years ago

@dcsan we can use the shuffler algo for the quiz in https://github.com/abhisekp/Quiz-Revamped/blob/master/js/script.js#L212-L222