Name : Yongqi Chao

This is basic Tic Tac Toe Game.

The game is written in java, and it is a console application.

To Run it : open the terminal, and go the directory of game files.

To compile the files:
javac TicTacToe.java Play.java   

To start the game: 
java Play

————————————————————————————-————————————————————————————-