Collision Detection with Rectangles in SpriteKit
At the moment, I’m on a game. And I’ve read several posts about the do’s and dont’s when it comes to game design. The game is built with Swift and Apples SpriteKit. Therefore, when it came to implement collisions, the obvious thing was to use the physics engine. But that quickly lead to some difficulties Read More