Open marot opened 3 years ago
Is there a demo of the game or any documentation around how to play this game and experience it after battle is created.
So, I have reached the point where I have connected 2 standalone games in Battle. What can I do next with it ?
Hey @marot could you reach out to us at hello@heroiclabs.com so we can talk further?
I propose to write a ~500-1000 word tutorial about Nakama storage. While the building blocks are documented, information is missing about how to build game features with them. I think a tutorial on how decks are implemented in unity-sampleproject would have great value for developers.
The proposed outline is:
ServerModule
implementation and highlight error handling, return types of the RPC calls and where it could be extended (e.g. notifications). The exact RPC calls that should be part of the tutorial should be discussed. Including all RPC calls in the feature would probably lead to too much repetition.Syncing client state after doing RPC calls This section is Unity specific and describes how to react to state changes originating from RPC calls. Focuses on the difference between calls that change a single card and calls that change the entire deck.
I also had a look at other features that could benefit from a unity-sampleproject specific tutorial. In addition to storage, Groups/Clans, Wallets, Notifications, Leaderboards and SQL Queries are used in the ServerModules . However, the usage is very basic and for wallets, a tutorial covering its functionality already exists here.
Quests are another feature built on top of Nakama storage. I think it is too basic to highlight the storage feature, however, it would be a good fit for a tutorial showing how different features are connected (storage, wallet (if the reward is implemented) and notifications).
Please let me know what you think!