litrik / TicTacToe

A basic Tic Tac Toe game, built with some best practices in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Android App

Build

  1. Define sdk.dir in local.properties to point to your Android SDK location
  2. Execute ./gradlew clean build
  3. The resulting APK files are stored in app/build/outputs/apk

or... simply import the project in Android Studio

Tests

  1. Execute ./gradlew test
  2. The test results are stored in app/build/reports/tests

Lint

  1. Execute ./gradlew lint
  2. The lint results are stored in app/build/reports/lint-results.html

Screenshot

Screenshot

About

A basic Tic Tac Toe game, built with some best practices in mind

License:Apache License 2.0


Languages

Language:Kotlin 100.0%