문제

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