質問

I want to make quiz game that allow multiplayer in realtime. The player can play alone (offline) or with other (online), so can you tell me how should I storage my database? on local assert or database server? Thanks!

役に立ちましたか?

解決

If you support play alone when unconnected server, you use client database.
if you want show same quiz on multiplayer, server send quiz number every player.
when client receive quiz number, you can use quiz number for display quiz in client database.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top