blurkidi / TicTacToe

Simple TicTacToe Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

Simple TicTacToe Android app

How to Run

Android Studio

You can use Android Studio (4.0 at the moment of writing) to run the app. Launch the :app target on a device or the emulator.

Gradle

Run the following gradle task to create a Debug APK: ./gradlew assembleRelease

The APK generated will be under './app/build/outputs/apk/release'

About

Simple TicTacToe Android app


Languages

Language:Kotlin 100.0%