Rybadour / Spider-Fish

A simple Bullet Hell Shooter.
socr.uwindsor.ca/~giga
8 stars 4 forks source link

Collision Handling #5

Closed Rybadour closed 13 years ago

Rybadour commented 13 years ago

We need a framework for detecting collision of shapes. We should be able to create a manager of collisions that creates objects we can observe so we can respond to collision events.

erisco commented 13 years ago

First implementation commited in e4076d27aabcd4c89f1c6f70837fcf86aa634c0b

erisco commented 13 years ago

I am deeming the current collision system well-established enough that this issue can be closed. Further improvements will of course be needed but should be opened in new and specific issues.