Introduction to SpriteKit. Build practical games.
Learn to use SpriteKit to build 2D games for iOS.
Anyone can use SpriteKit.
In this course, you learn how to make simple 2D games using Apple's SpriteKit. You build the following games: Breakout Clone, Pong Clone, and Space Invaders. This course is unique because we make both the code and the design for the games from scratch.
Other tutorials only show you how to make the functionality or design of a game. We at Mammoth Interactive show you how to do both.
Don't worry if you've never coded before. We start simple and add more to the game as the course goes on. This course begins with an introduction to SpriteKit for those who have never used it before. You will learn how to navigate SpriteKit's interface.
Why SpriteKit?
SpriteKit is the framework for making 2D games for Apple products. It's free! You can make cool games, from super simple to more complex, in SpriteKit. SpriteKit provides support for cool special effects and physics. It's a fun interface to express your creativity. Before you know it, you could see a game you built in SpriteKit in the App Store!
To give a game functionality, you add code to your game's objects in Xcode. Xcode is a user-friendly programming language that is easy to understand.
Is this course for me?
Even if you're not an artist, you can design basic games. You may have heard of Axiom Verge and Stardew Valley. These games are million-dollar successes. But did you know that only one person made each?
Usually it takes a whole team of people to build a game. But creators Thomas Happ and Eric Barone developed and designed their games by themselves. Now they're millionaires. You can do it, too.
By taking this course, you will gain the tools you need continue improving yourself in the field of game development. You will be able to apply what you learned to further experiment in SpriteKit or any other game development framework.
What programs do I need?
Get started today!
Your Instructor
Nimish Narang is Mammoth Interactive's lead developer specializing in Python, iOS and Android. Primarily a coder, he also is an avid trader.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start1.0 Intro and Demo (4:15)
-
Start1.0 Learning Goals (4:40)
-
Preview1.1. Intro to SpriteKit Interface (15:47)
-
Start1.2. Intro to SKView (8:30)
-
Start1.3. Intro to SKScene (16:58)
-
Start1.4. Intro to SKNode (14:40)
-
Start1.5. Accessing Nodes via Swift File (23:43)
-
Start1.6. Node Section Wrap-up (13:59)
-
Start1.7. Intro to SKActions (18:24)
-
Start1.8. Attaching Actions to Nodes Through Code (24:01)
-
Start1.9 Intro to Physics Bodies (22:15)
-
Start1.10. Modifying Physics Body Attributes Through Code (22:43)
-
Start1.11. Fixing Contact (Collision) Problem with Physics Bodies (28:07)
-
Start1.12. Intro to Field Nodes (21:39)
-
Start2.0 Learning Goals (1:58)
-
Start2.0 Intro and Demo (3:27)
-
Start2.1. Setting up the Main Game Scene (13:15)
-
Start2.2. Initializing Scene Variables and Creating a Boundary (18:34)
-
Start2.3 Implementing Player Movement and Brick Removal (15:31)
-
Start2.4 Implementing Game Over Logic (21:20)
-
Start2.5 Fixing Collision Issues (27:29)
-
Start2.6 Summary (11:21)