commit | 71e4057a6153c113b16ef76a70f6a2c829643f6e | [log] [tgz] |
---|---|---|
author | Dragos Dumitrache <dragosd2000@gmail.com> | Fri Oct 17 18:03:42 2014 +0100 |
committer | Dragos Dumitrache <dragosd2000@gmail.com> | Fri Oct 17 18:03:42 2014 +0100 |
tree | 61a3ef28011e503fec7cc16a4d75b05402633a99 | |
parent | f170936d6b80d47e523487a41cdfb54c882f831e [diff] |
Minor change to decision function
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