TicTacToe game using Nearby Connections API.
This is the final project branch.
To see the starter project, check the starter
branch.
To see the challenge project, check the challenge
branch.
- Build and run the app on two separate physical devices. You should see the following screen:
- On one of the devices click "Host", you should see the following screen:
- On the other device click "Discover", you should see the following screen:
- After a few seconds, you should see the following screen on the host device:
- And the following screen on the other device:
- Play!
Open the Logcat tab to check the logs of the main view model (TicTacToeViewModel
).