francisminu/Android-Tic-Tac-Toe-Game-Using-Thread-Synchronisation
A Tic Tac Toe game application in android involving multi threading. Both player A and player B are threads and the game is implemented on Multi Threading. The threads communicate with each other using the handlers associated with each thread and the handler associated with the UI thread.
Java
No issues in this repository yet.