Android based Tic Tac Toe
2 players play Tic Tac Toe taking turns on the same device (no network-multiplayer, no AI).
Feel free to give it any "game-like" 2D design.
- Android
- Target SDK version 24
- Minimum SDK version 21
- Android Studio
- Fork this project into your Github account
- Clone fork on your machine
- Start Android Studio and choosen
Open an existing Android Studio project
- Once opened in Android Studio you can choose
Run -> Run 'app'
from the main menu - You might connect your Android device or create a new emulator
- To create an emulator choose
Create New Emulator
- Select a phone hardware configuration, e.g.
Nexus 5X
and chooseNext
- Select an Android version which fulfills the minimum requirements and
continue with
Next
. (You might need to download the image first by choosingDownload
) - Complete the emulator by choosing
Finish
- Select your device or an emulator and choose
OK
- The build process will start should automatically open the app once finished.
- Detailed information about how to run the unit tests can be found in the Android Studio Documentation
- In a short: Right-click on the
com.neopoly.tictactoe (test)
entry in the project pane and chooseRun 'Tests in tictactoe'
If you running on macOS or Windows and are using Docker you must stop the Docker's Virtual Machine before any emulator can belaunched.