2d gaming library / framework recommendations

I am looking for a 2d gaming library/framework for a native ios app (swift/xcode) that can support moving objects across a screen. The game is mainly strategical so not a lot of heavy rendering required but some animations / moving objects around the screen will be required. Any suggestions?

Use apples own Spritekit within in xcode. It can do both 2D and simple 3D. It’s a great framework for making native games on iOS!

1 Like

Maybe check some opensource github projects like games, tower defense, etc… it should hep jump start your project

1 Like