An implementation of the classic game Tic-Tac-Toe using Java.
Lorem Ipsum
This game is played in 2. Firstly, you assign a name for each player
After that, each player will have to take a turn by choosing a tile from 1 to 9
The game ends when a player manages to get a row, collum or diagonal filled with the same type of character or, if the first condition isn't met and the board is full, it'll be a draw.