Razish / xsngine

C++/SDL2/OpenGL engine for low latency games
MIT License
11 stars 6 forks source link

Refactor: should Client and ClientGame become one? #58

Open Razish opened 7 years ago

Razish commented 7 years ago

Or should a ClientGame [naming] be instantiated, used and destroyed as logically makes sense. There are benefits of isolating the state of an active game and reducing dependencies. There are drawbacks too; accessing necessary data/functions becomes more obtuse/indirect