Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 346 Bytes

TickTackToe

Requirements:

  • python3

Logging:

  • Server creates logs in logs.log file
  • Client creates logs in logs.log file

TO-DO:

  • Add possibility to play player vs player (major)
  • Clean up code
  • Add tests for server TCPServerHandler (major)
  • Add tests for client Connection (major)
  • Add GUI (minor)
  • Create more intuitive API (major)