-1

I want to make a basic game in SpriteKit and want to add some animations into it in swift playgrounds. How can I add texture animations or even add Json file into my Playground

1 Answers1

1

I want to make a basic game in SpriteKit and want to add some animations into it in swift playgrounds.

Searching on Google finds quite a few introductory tutorials, here's one example https://www.checksimgames.com/spritekit-playground-introduction/

How can I add texture animations or even add Json file into my Playground

A reading/watching list from the official Apple resources:

sja26
  • 653
  • 12
  • 22