Starlight-30036225 / ChessTCP

FILLMELATER
0 stars 0 forks source link

Base class optimisation #9

Closed Starlight-30036225 closed 7 months ago

Starlight-30036225 commented 8 months ago

I have redefined the bass classes of server and client slightly so they are have no references to any packets or game loops, this would allow me to use these base classes for many types of systems by simply creating child classes for the particular uses. This has also allowed me to encapsulate the core functions instead the parent class, so design from here can focus more on the game loop rather than the networking elements