Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandospr/android-nearby-tictactoe

TicTacToe game using Nearby Connections API
https://github.com/fernandospr/android-nearby-tictactoe

android jetpack-compose nearby-api nearby-connection

Last synced: 5 days ago
JSON representation

TicTacToe game using Nearby Connections API

Awesome Lists containing this project

README

        

# android-nearby-tictactoe
TicTacToe game using Nearby Connections API.

### Branches

This is the **final** project branch.

To see the **starter** project, check the [`starter`](https://github.com/fernandospr/android-nearby-tictactoe/tree/starter) branch.

To see the **challenge** project, check the [`challenge`](https://github.com/fernandospr/android-nearby-tictactoe/tree/challenge) branch.

### Running the app

1. Build and run the app on two separate physical devices. You should see the following screen:

2. On one of the devices click "Host", you should see the following screen:

3. On the other device click "Discover", you should see the following screen:

4. After a few seconds, you should see the following screen on the host device:

5. And the following screen on the other device:

6. Play!

### Troubleshooting
Open the Logcat tab to check the logs of the main view model (`TicTacToeViewModel`).