Collision Systems Implementation

Posted by hrr4 on Game Development See other posts from Game Development or by hrr4
Published on 2011-01-03T07:59:57Z Indexed on 2011/01/03 10:00 UTC
Read the original article Hit count: 245

Just curious what might be a good way to implement a decent collision system. As a class inherited by a base Entity class? Currently I'm stuck and could just use a couple better ideas than my own.

Any help is appreciated!

Edit: Sorry, it's 2D Collisioning but honestly, I'm not looking for specific collision methods. I'm looking more about the lines of implementation. Just curious of some of the common methods of how to implement collision systems such as:

Should the entire collision system be it's own class? What, if anything, should be inheritable?

These are some of my questions. Sorry for the confusion.

© Game Development or respective owner

Related posts about game-design

Related posts about collision-detection