Create a Tic-tac-toe game. The game should accept two players and print
a new board to the screen each time a player adds an X or O to the board. \
Once the game is complete and a winner is declared, give the option to restart the game.
cd ~
git clone https://github.com/JCTGY/Xs-Os.git
run the program
implement differnt size of board
- Size 3X3
- Size 4X4
- Size 5X5
implement commands for players to navigate
- SIZE -> Back to main selection for resize the board
- SCORE -> Display the current score
- NEWGAME -> Reset to a new board
- LEADERBOARD -> display current leaderboard
- EXIT -> Exit the game
- HELP -> Display the instruction

