Introduction to Sprite Kit with Swift 3

Introduction to Sprite Kit with Swift 3

Free Courses : Introduction to Sprite Kit with Swift 3

Jump right into game development with this hands-on style approach to learning Sprite Kit.

Lecture 1 -This video is a quick tour of the general settings in Xcode 8, and the GameScene.sks file. We'll tinker a bit with some physics properties and run the Simulator a few times to experiment. If you already have some experience with Xcode, you can skip this intro video.

Lecture 2 -In this video tutorial we'll jump right in by adding player art assets to the game, then use them in our Sprite Kit Scene file by setting physics properties on an SKSpriteNode. We'll tinker with some of the physics, then look at how to declare / cast an SKSpriteNode variable in the GameScene.swift which equals the child node setup in the Scene (.sks file). Sounds like a lot, but its a quick and painless introduction to the power of Sprite Kit and the Scene Editor.

Lecture 3 -In this video tutorial, we'll continue where we left off in the last video and run SKActions on our player. We'll work both with programmatically setup SKActions as well as Actions created using the Timeline in the Scene Editor. Then we'll work with detecting touch locations as well as using the update function to check on the player's location.

Lecture 4 -In this video, we'll continue working with SKActions, by changing the previous lesson's walk actions into a sequence of actions. This will allow you to run code at the end of a sequence. In this example, when the player begins walking we'll make gravity affect him (creating an effect like wind is pushing him), then when the player has stopped walking, gravity will no longer be in affect. We'll also look at create a speed variable for movements and frame animations of the player.

Lecture 5-We'll take a short break from the previous project and explore the Cross Platform Sprite Kit template included with Xcode. This is a project that has an iOS, tvOS, WatchOS and MacOS Target. The neat thing about this template is all four device types use the same GameScene.swift and GameScene.sks files. So ideally, you can code once and deploy to all those devices. We'll also look at how to add files to a particular device Target after they've already been imported or created (this is done in Xcode's Build Phases tab)

Lecture 6 -In this video tutorial we'll add Swipe, Tap and Rotation gestures recognizers to the scene. We'll discuss properties and related functions for each, as well as converting radians to degrees and removing all gestures from the scene.

Lecture 7 -In this video tutorial, we'll add an SKPhysicsContactDelegate to the class, then add a didBegin contact statement to listen out for physics notifications from bodies. This requires setting the categoryBitMask and contactTestBitMask on the player and a hypothetical building object that we add this lesson.

Lecture 8 - In this final video, we'll use the update method to check where the player is and then change the zPosition (layering) of buildings based on that value. This will make it look like the player is visually in front of or in back of a particular building. Then finally we'll create a Castle class, or subclass of SKSpriteNode, and demonstrate how this custom class can have it's own functions and properties.

Related Posts:
  1. Tutorial codeigniter untuk pemula
  2. Nextjs Framework react lebih powerful
  3. Membuat Aplikasi Chat PHP - Vuejs
  4. Flutter for Designer: Design to Code
  5. Cara Upload File ke Bucket s3

You can support us by donate with buy us a coffee. We appreciate your donation to our work for share free udemy courses.

Get courses alert everyday on our Telegram Channel. Join Now

Insidelearn Telegram Channel

Share this courses to your friends, community.

10,000+ People trust Insidelearn! Get courses alert on Telegram or Discord.