The popular TicTacToe game built with DroidScript's button controls.
TicTacToe is a round-based game where each of the two player tries to get 3 of his own symbols in a row horizontally, vertically or diagonally.
This program also demonstrates how UI controls can be animated using the Tween method.
Changes in 1.1
Improved animations and performance