An example iOS Playground that follows a series of posts from my website Simon's Sanitarium about developing games using entity component systems in SpriteKit.
This repo is tagged to coincide with the posts:
- Creating a Generic Node Component in SpriteKit. Check out the tag
GenericNodeComponentfor this post. - A Physics Component for an Entity Component System in SpriteKit. Check out the tag
PhysicsComponentfor this one. - SpriteKit Tutorial: Adding Contact Tests. Check out the tag
ContactComponentfor this one.
