Hi everyone. I had the idea to create an online quiz game (something like trivia crack kingdom). I never created an online game, and I thought this was a good idea for starting because I have not to manage with synchronization of player ecc…
Do you guys have any idea, suggestions or link where I can found something for making me start this idea?
Thanks in advice!
This is the most simple multiplayer game type to start. You can use any networking library like photon/ mirror to make this game if you don’t want to code server yourself.
Probably start with PUN2. It has lobbies to allow your friends to connect easily. And while it’s not good for competitive games it should fit nicely for a trivia game.
PUN2 is in maintenance mode. For any upcoming or new projects please switch to Photon Fusion.
Wouldn’t PUN2 be a bad idea? I’m guessing a quiz game would want players to be able to play offline and not be forced to stay in game until it is finished? PUN2 is more for multiplayer in real time.
I’ve never used the particular feature myself, but I believe PUN2 supports turn based games which, as I understand it, would address that issue. I’m not sure if Fusion has the same option.
Any networking solution can support turn based games to be honest. Far as networking goes its one of the easier things to implement.
As I understand it, in this context ‘turn based’ means a game that you don’t play in a single session and allows you to log out in between turns and then continue where you left off the next time you log in.
As far as I recall, PUN2 supports this mode, not all networking solutions do; But I may be confusing it with Google Play Games Services’ or GameSparks’ network offerings (both now discontinued).
If the question didn’t refer to that type of turn based game my comments can be ignored.
Ah, yeah that type didn’t even cross my mind. If that’s what they meant, they would probably be better off writing something custom. Other solutions would he overkill. A PUN rep recently said it’s in maintenance mode, but that might just be their real time framework.
Hello guys,
just want to have a follow-up question in connection to this idea. Which do you recommend to use as a cloud server for the database (like questions and user data) and game logic, AWS or GCP? As well as which database system to be used (Like MySQL or Postgres) Really, starting a project does give me a hard time every time. Thanks in advance