[swift-users] Beginner Questions on IOS Game Programming

Brent Royal-Gordon brent at architechies.com
Sun Feb 14 17:47:37 CST 2016


> I went through the information at www.swift.org and read much of the language guide.  I see the material on functions, variables, constants, and such, but I did not come across anything on other major subjects, such as user input in an app, playing sounds and perhaps wav files in an app, and similar subjects that are required in many apps and certainly in games. Where can I learn about how to code these types of items.  Is there a more comprehensive guide?

The Swift documentation is specifically about the Swift language itself, not specific environments or tasks where it might be used, like iOS games. I would look for resources (books, blogs, etc.) on iOS game programming; much of it will already be in Swift, and even the stuff in Objective-C or C++ will teach principles you can apply to Swift game development.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-users mailing list