Summary and manual testing
To summarize what we've learned so far:
- We've created a decentralized Tic Tac Toe game using Rell and Chromia.
- We've covered writing unit tests and starting a test node.
- We've connected a Unity app to our dapp using the Postchain C# client.
Now, let's perform manual testing by adding a few dummy accounts and observing them through our Unity game.
Start the Unity game
To view the changes in your Unity game, start the game and ensure that it is connected to the blockchain. You should be able to:
- Create new games.
- Make moves as different players.
- Observe the game state updating in real-time.
Make sure that your Unity client is handling blockchain interactions properly, and confirm that you can see the changes in the game state as expected.
Congratulations! You have successfully built and tested your Tic Tac Toe dapp on Chromia.