This is a very basic first approach to the tic-tac-toe game programmed in Python. Graphics by console will be improved :)
- 3x3 grid
- User and computer play turns
- The board and the moves are displayed each turn
- Once a game is won, the winner is announced and a new game can be started
- Custom visualization: Here in python and console and to be improved