1
General / Re: [linux] Dedicated server / run in Console
« on: September 23, 2012, 03:37:51 pm »
Thanks.
But I struggle finding a clean way to use the MVC pattern in this case. The problem is that my entities use different code to draw themself. So I'll need in my View class a special draw function for each entity types.
I don't know much about game design patterns. Do you know a better one for this case?
But I struggle finding a clean way to use the MVC pattern in this case. The problem is that my entities use different code to draw themself. So I'll need in my View class a special draw function for each entity types.
I don't know much about game design patterns. Do you know a better one for this case?