How to Make a Game Like Wordle in SwiftUI: Part Two
May 30 2022 · Article (35 mins)
Extend your Wordle word-game clone with animation, accessibility, statistics and shareable results, all in Sw...
more
How to Make a Game Like Wordle in SwiftUI: Part Two
Extend your Wordle word-game clone with animation, accessibility, statistics and shareable results, all in SwiftUI.
iOS & Swift
How to Make a Game Like Wordle in SwiftUI: Part One
May 23 2022 · Article (35 mins)
Learn how to create your own Wordle word-game clone in SwiftUI. Understand game logic as you build an onscree...
more
How to Make a Game Like Wordle in SwiftUI: Part One
Learn how to create your own Wordle word-game clone in SwiftUI. Understand game logic as you build an onscreen keyboard and letter tile game board.
iOS & Swift
How To Make a Game Like Cut the Rope With SpriteKit
Oct 21 2019 · Article (30 mins)
In this tutorial, you’ll learn how to build a game like Cut the Rope with SpriteKit in Swift, complete with ...
more
How To Make a Game Like Cut the Rope With SpriteKit
In this tutorial, you’ll learn how to build a game like Cut the Rope with SpriteKit in Swift, complete with animations, sound effects and physics!
iOS & Swift
Game Center for iOS: Building a Turn-Based Game
Dec 10 2018 · Article (25 mins)
In this tutorial, you’ll learn about authentication with Game Center and how its turn-based mechanics work. I...
more
Game Center for iOS: Building a Turn-Based Game
In this tutorial, you’ll learn about authentication with Game Center and how its turn-based mechanics work. In the end, you’ll have the foundations of how to integrate a multiplayer game with GameCenter.
iOS & Swift
Metal Tutorial: Getting Started
Oct 29 2018 · Article (25 mins)
In this Metal tutorial, you will learn how to get started with Apple’s 3D graphics API by rendering a simple ...
more
Metal Tutorial: Getting Started
In this Metal tutorial, you will learn how to get started with Apple’s 3D graphics API by rendering a simple triangle to the screen.
iOS & Swift
Trigonometry for Game Programming – SpriteKit and Swift Tutorial: Part 2/2
Jun 6 2018 · Article (35 mins)
Learn trigonometry for game programming using SpriteKit and Swift. You will learn the theory and then practic...
more
Trigonometry for Game Programming – SpriteKit and Swift Tutorial: Part 2/2
Learn trigonometry for game programming using SpriteKit and Swift. You will learn the theory and then practice using trigonometry by making a space shooter game!
iOS & Swift
Trigonometry for Game Programming – SpriteKit and Swift Tutorial: Part 1/2
Jun 6 2018 · Article (40 mins)
Learn trigonometry for game programming using SpriteKit and Swift. You will learn the theory and then practic...
more
Trigonometry for Game Programming – SpriteKit and Swift Tutorial: Part 1/2
Learn trigonometry for game programming using SpriteKit and Swift. You will learn the theory and then practice using trigonometry by making a space shooter game!
iOS & Swift
Metal Rendering Pipeline Tutorial
May 30 2018 · Article (40 mins)
Take a deep dive through the rendering pipeline and create a Metal app that renders primitives on screen, in ...
more
Metal Rendering Pipeline Tutorial
Take a deep dive through the rendering pipeline and create a Metal app that renders primitives on screen, in this excerpt from our book, Metal by Tutorials!
iOS & Swift
How to Make a Game Like Candy Crush with SpriteKit and Swift: Part 3
Apr 18 2018 · Article (40 mins)
Updated for Xcode 9.3 and Swift 4.1. Learn how to make a Candy Crush-like mobile game, using Swift and Sprite...
more
How to Make a Game Like Candy Crush with SpriteKit and Swift: Part 3
Updated for Xcode 9.3 and Swift 4.1. Learn how to make a Candy Crush-like mobile game, using Swift and SpriteKit to animate and build the logic of your game.
iOS & Swift
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 2
Apr 18 2018 · Article (30 mins)
In the second half of this tutorial about making a Candy Crush-like mobile game using Swift and SpriteKit, yo...
more
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 2
In the second half of this tutorial about making a Candy Crush-like mobile game using Swift and SpriteKit, you’ll learn how to finish the game including detecting swipes, swapping cookies and finding cookie chains.
iOS & Swift
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 1
Apr 18 2018 · Article (30 mins)
In the first part of this tutorial on how to make a Candy Crush-like mobile game using Swift and SpriteKit, y...
more
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 1
In the first part of this tutorial on how to make a Candy Crush-like mobile game using Swift and SpriteKit, you’ll learn how to start building your game including creating your storyboard, adding your cookies, and more.
In this SpriteKit tutorial, you will learn how to create a simple 2D game using SpriteKit, Apple’s 2D game fr...
more
SpriteKit Tutorial for Beginners
In this SpriteKit tutorial, you will learn how to create a simple 2D game using SpriteKit, Apple’s 2D game framework, while writing in Swift 4!
iOS & Swift
SpriteKit Animations and Texture Atlases in Swift
Feb 28 2018 · Article (20 mins)
Create an animated walking bear while you learn about using texture atlases with animations in this SpriteKit...
more
SpriteKit Animations and Texture Atlases in Swift
Create an animated walking bear while you learn about using texture atlases with animations in this SpriteKit tutorial!
iOS & Swift
MagicaVoxel 3D Art Tutorial
Sep 28 2017 · Article (20 mins)
Learn how to create 3D voxel art for your games using MagicaVoxel!
MagicaVoxel 3D Art Tutorial
Learn how to create 3D voxel art for your games using MagicaVoxel!
iOS & Swift
Introduction to the SpriteKit Scene Editor
May 12 2017 · Article (35 mins)
Learn how to use the visual scene editor to create SpriteKit games with almost no code!
Introduction to the SpriteKit Scene Editor
Learn how to use the visual scene editor to create SpriteKit games with almost no code!
iOS & Swift
How to Make a Game Like Stack
Apr 14 2017 · Article (25 mins)
In this tutorial, you’ll learn how to make a game like Stack using SceneKit and Swift.
How to Make a Game Like Stack
In this tutorial, you’ll learn how to make a game like Stack using SceneKit and Swift.
iOS & Swift
GameplayKit Tutorial: Entity-Component System, Agents, Goals, and Behaviors
Mar 17 2017 · Article (35 mins)
In this GameplayKit tutorial, you will learn how to create flexible and scalable games by using the Entity-Co...
more
GameplayKit Tutorial: Entity-Component System, Agents, Goals, and Behaviors
In this GameplayKit tutorial, you will learn how to create flexible and scalable games by using the Entity-Component system with Agents, Goals and Behaviors.
iOS & Swift
How To Make a Game Like Flappy Bird
Mar 14 2017 · Video Course (2 hrs, 15 mins)
Use SpriteKit and GameplayKit to make Flappy Felipe, a clone of the popular Flappy Bird game.
How To Make a Game Like Flappy Bird
Use SpriteKit and GameplayKit to make Flappy Felipe, a clone of the popular Flappy Bird game.
iOS & Swift
Metal Tutorial with Swift 3 Part 4: Lighting
Mar 9 2017 · Article (35 mins)
In this fourth part of our Metal tutorial series, learn how to light 3D objects using the Phong lighting model.
Metal Tutorial with Swift 3 Part 4: Lighting
In this fourth part of our Metal tutorial series, learn how to light 3D objects using the Phong lighting model.
iOS & Swift
Metal Tutorial with Swift 3 Part 3: Adding Texture
Mar 2 2017 · Article (35 mins)
In part 3 of our Metal tutorial series, you will learn how to add textures to 3D objects using Apple’s built-...
more
Metal Tutorial with Swift 3 Part 3: Adding Texture
In part 3 of our Metal tutorial series, you will learn how to add textures to 3D objects using Apple’s built-in 3D graphics framework.
iOS & Swift
Metal Tutorial with Swift 3 Part 2: Moving to 3D
Feb 23 2017 · Article (40 mins)
In this second part of our Metal tutorial series, learn how to create a rotating 3D cube using Apple’s built-...
more
Metal Tutorial with Swift 3 Part 2: Moving to 3D
In this second part of our Metal tutorial series, learn how to create a rotating 3D cube using Apple’s built-in 3D graphics API.
iOS & Swift
SpriteKit Tutorial: Create an Interactive Children’s Book with SpriteKit and Swift 3
Jan 20 2017 · Article (40 mins)
Learn how to create an interactive book app with very little code by using SpriteKit with Swift 3 to build a ...
more
SpriteKit Tutorial: Create an Interactive Children’s Book with SpriteKit and Swift 3
Learn how to create an interactive book app with very little code by using SpriteKit with Swift 3 to build a children’s book.
iOS & Swift
Beginning SpriteKit
Jan 10 2017 · Video Course (1 hr, 17 mins)
In this beginner series, you’ll discover how to build a game titled Zombie Conga. You’ll learn the basics ...
more
Beginning SpriteKit
In this beginner series, you’ll discover how to build a game titled Zombie Conga. You’ll learn the basics of SpriteKit, including how to work with scenes, sprites, animation and sound. This is a beginner course. No previous experience with SpriteKit is required; however, you should be familiar with Xcode and Swift.
iOS & Swift
How To Make A Game Like Color Switch with SpriteKit and Swift
Dec 23 2016 · Article (30 mins)
Learn how to make a game like Color Switch using SpriteKit and Swift.
How To Make A Game Like Color Switch with SpriteKit and Swift
Learn how to make a game like Color Switch using SpriteKit and Swift.