xoxo
Full OOP Tic Tac Toe game written in Python3
Features
- Artificial players
- You can easilly add other input methods / graphical interface / new types of players
- Web graphics interface
- Loose connection beetwen graphics/inputs (you can input via console, and render board in web)
Used object oriented design patterns:
- dependency injection
- prototype
- mediator