You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to decide whether to detect if the whole fish collides with the food, or just the mouth. (region of the fish), I think the mouth, that way food can fall behind the fish.
For collision testing I've been using SDL_Rects per the tutorial
The text was updated successfully, but these errors were encountered:
We need to decide whether to detect if the whole fish collides with the food, or just the mouth. (region of the fish), I think the mouth, that way food can fall behind the fish.
For collision testing I've been using SDL_Rects per the tutorial
The text was updated successfully, but these errors were encountered: