how to learn ios game development using swift.. good starting point?
Posted
by
hamobi
on Programmers
See other posts from Programmers
or by hamobi
Published on 2014-06-04T03:23:12Z
Indexed on
2014/06/04
3:37 UTC
Read the original article
Hit count: 404
I've published a simple app on the app store using objective-c. That was a good learning experience but I never grew to love the language.
Later on I jumped into learning cocos2d in order to begin developing a game.. but objective-c always seemed really cumbersome to write. Eventually I put my project aside.
Now that swift has come out.. It has made me think about developing games again.. I know that xcode has some project types geared towards game development, but since I'm a beginner in this area I really need some hand holding (books / tutorials) to get started.
Cocos2d seems like its really stuck in that objective-c world. What's the best way for a beginner to learn game development using swift?
© Programmers or respective owner