Hi,
We are developing game like
Ruzzel in Unity.
Its asynchronous turn based game.
We need to show user score for all 3 rounds.
As I am looking in the database there are no tables which store active game progress and user score with each round.
Can anyone give me some idea how to do that?
I have reviewed storage service as well.
Say for example I am storing game progress in json which has unique documentid then is there any way which allow me to store playername and acitve games details?
How I should bind dcoument id with playername?
Do you provide the way to create new tables without json import?