A simple Tic-Tac-Toe app

Clone this repo:

Branches

  1. 71e4057 Minor change to decision function by Dragos Dumitrache · 9 years ago master
  2. f170936 Fixed more bugs by Dragos Dumitrache · 9 years ago
  3. badfd33 Merge branch 'master' of https://github.com/DragosDumitrache/Tic-Tac-Toe by Dragos Dumitrache · 9 years ago
  4. 381f825 Updated XML by Dragos Dumitrache · 9 years ago
  5. 428fe0b Update README.md by Dragos Dumitrache · 9 years ago

Tic-Tac-Toe

First version of a Tic-Tac-Toe Android app

You can play Tic-Tac-Toe against your Android smartphone. You can find the APK for the installation in the bin folder. The app requires no extra permissions. I am using this app in order to learn more about Android app development, sort of as a playground.

Update: Fixed bug regarding the center button, added a few extra cases I haven't considered before

To be added: A better UI, animations, different playing modes. Suggestions are welcome