Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
1 answer
300 views

Improving XNA's default project template

I hope this isn't getting annoying, but I've asked a lot of questions about improving my game lately: How can I improve my game project design? Using the observer pattern with collision detection Is ...
Big McLargeHuge's user avatar
9 votes
3 answers
2k views

Why would I want to always have to explicitly call a "base" method if I just want to use base functionality?

I recently worked with an architect who structured his base class like this: ...
Jeff's user avatar
  • 223