TuftEntertainment / hashtag-warrior

Open-source iOS game powered by cocos2d.
MIT License
8 stars 7 forks source link

Add game over triggered by being squished by a ball. #23

Closed verbitan closed 11 years ago

verbitan commented 11 years ago

Currently when the hero and the ball collide, they just bounce off each other and carry on merrily.

We need to detect collisions between a ball and our hero and end the game from that.