Multiplayer Quiz Game

I want to make a multiplayer quiz game with thousands of questions that are opened randomly. Is it possible to do this in Gdevelop?

1 Like

Of course you can
Using
Thnk extension and p2p and firebase
One of them will help you with that

Actually I’m not really worried about the multiplayer part, I’m more concerned about how to add thousands of questions.

1 Like

Yep, firebase can help you with that.
In firebase, you can make all your different quizes/questions a document in a collection of quizes, and query the collection for a handful of questions.

That allows you to update & add questions easily, or allow players to upload their own. Your game will be more than able to handle any number of questions, since it’ll only have to keep a handful (or a single one!) of them loaded at all times, and load more from Firebase when needed.

Randomization with mathematics tools Randominrang and other