Has anyone achieved accurate sprite to sprite collision with Pico-8? I know I can use the overlapping bounding box method, but I'd like to be able to check on a pixel perfect level to see if a sprite touches another sprite.
Is this doable, without getting too convoluted? Or should I just stick with bounds (maybe multiple bounds for extra resolution) ??
Oh, I'm new to Pico-8, so bear with me. I usually tinker with C64 retro coding (which has hardware sprite collision detection).
P#45607 2017-10-29 20:02 ( Edited 2017-10-30 09:15)
:: morningtoast


Searching the forum will yield more results than you might think :)
"pixel perfect"
P#45618 2017-10-29 23:04 ( Edited 2017-10-30 03:05)
:: Roysterini


OOh thanks. It's a bit of a lottery when searching on forums, usually :)
P#45626 2017-10-30 05:15 ( Edited 2017-10-30 09:15)
[Please log in to post a comment]