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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:Java 100.0%