November 2015
Beginner to intermediate
108 pages
1h 49m
English
Collision detection is a key component to almost any game and almost every game type. In a game without collision detection, items, obstacles, characters, and weapons would move about the screen and float past each other without any consequence.
Your game code needs to be able to determine whether objects that are on the screen touch or cross paths with each other. It is only after you determine that two or more objects are touching that you can then perform actions on them such as applying damage, stopping motion, powering up a character, or destroying an object.
Basic collision detection is useful if you are creating a game in which a character is faced with static obstacles ...
Read now
Unlock full access