A Modular TicTacToe Framework made in Python with variable Player/AI count and field size. (By default 6 Player Symbols are implemented and you will get a warning if you exceed this count without expanding the Symbols)
Only uses Libraries from the Python Standard Library, so no additional packages needed. :)
Rendering and Input are been combined into one I/O class/Protocol and are already implemented for console printing and tkinter
- I/O Implementations:


