Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 638 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 638 Bytes

TicTacToe

A game in the android to play in the part time when there is a company of one or alone. It has the two(2) player mode and the Single player which make you to play with computer with the AI technology. In the following there are three layot files and the three java file in main. One layot will main which will display options play and exit. When the play button is clicked it will take you to next layout in which you have to choose whether you want to play with computer or with other player. For the computer I used the AI alogorithm. For the player vs player it just checks whether row/column/diagonal is completed or not.