This is a simple Tic Tac Toe game program designed using JAVA. Its a game in which two players seek in alternate turns to complete a row, a column, or a diagnol with either three O's turn or three X's drawn in the spaces of a grid if nine squares
#Contents
- It contains 9 grids
- X and O are the two turns
- Turns can be generated randomly
- Logic is build up for the same
- Plays on the basis of naughts and crosses