alexa-samples / skill-sample-nodejs-buttons-trivia

This is a sample trivia skill that will allow developers to get a head start on their trivia games using Echo Buttons. It allows for roll-call of the players, asking trivia questions, and determining whether the voice inputs matched the answers.
Other
32 stars 35 forks source link

Multiplayer Trivia #11

Open Kdhjr23 opened 5 years ago

Kdhjr23 commented 5 years ago

IDK if you can help me but im trying to build a multiplayer trivia game without the echo buttons and really dont know where to start. Is there anyway you can help?

mdinescu commented 5 years ago

I'm not sure what you need help with; Have you thought about how the game would work with multiple players? How would Alexa know which player answered the question? The trivia genre, when played with multiple players, is based on a "first-to-buzz-in" play model.

Kdhjr23 commented 5 years ago

I used the Alexa Blueprint Trivia and I was trying to build my own but couldn't figure out how they are using the multiplayer without an echo button. I was wondering if you new how

mdinescu commented 5 years ago

I'm not familiar with it. Can you describe the game play experience?