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

overlaps() is unnecessary #27

Closed geraintwhite closed 10 years ago

geraintwhite commented 10 years ago

overlaps() conflicts with touching() and therefore is now redundant.

olls commented 10 years ago

We should probably add a method which returns a list of the sprites it overlaps with, or modify edges (edges probably needs renaming)

olls commented 10 years ago

Just realized, it's not redundant, this tests for overlaps, touching test for touching, different things...

olls commented 10 years ago

21d3c057b767d4e0bfd101f8628da0e2056b48cf