A basic Tick-Tac-Toe game with a GUI using Java, JFrame and Swing library.
It is a 2-player game that can be played on a single PC with a basic and user-friendly UI. First player is assigned as 'X' and the other player as 'O' by default.
The first one to complete the entire line either horizontly or vertically is declared as Winner. If both fails to complete the line, it results in a tie.
The Output is as follows:
-> Basic UI on launch:
-> If a user wins:
-> If there is a tie:


