Hacker News new | ask | show | jobs
by riquardo2 4342 days ago
Thanks! I'm using Apple's SpriteKit because I started with it in trying to make my first game (developed other iOS apps before though).

After a while had to disable physics because fps was getting too slow when many blocks were in contact, so implemented it without the physics but still used Sprite Kit to other functionality.

The font is Amatic-SC from Google Fonts.

Maybe I'll write a post-mortem :)

1 comments

Thanks for following up!