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
GenericNodeComponent
for this post. - A Physics Component for an Entity Component System in SpriteKit. Check out the tag
PhysicsComponent
for this one. - SpriteKit Tutorial: Adding Contact Tests. Check out the tag
ContactComponent
for this one.