This is a simple Android application for two player TicTacToe game.
- A single player board for displaying turns and match results.
- Restart game button.
- Clone the project to your local directory.
- Open Android Studio.
- Select
Open an existing Android Studio project.
- Select the project directory of the cloned project.
- Select your desired deployment target emulator/device.
- Select
Run app
in theTools
menubar.