This is my own version of the game Tic Tac Toe Game, it is part of my Python's learning process
Although the original Tic Tac Toe game has to be play on a 3x3 board by default, this python code can handle any board size, no real use case was in my mind for this just did it for learning and fun purposes.
- Make board spots start counting from 1 instead of 0.
- Better formatting