olls / graphics

A console based graphics engine for simple Unicode games and animations.
GNU General Public License v3.0
11 stars 4 forks source link

Overlap Calculation #4

Closed olls closed 10 years ago

olls commented 10 years ago

I'm sure I can optimise the overlap method to reduce the number of iterations it does. I should probably make it return a list of the sprites which overlap.

geraintwhite commented 10 years ago

Made redundant in issue #27