Kodeco Forums

How to Make a Game Like Stack

In this tutorial, you'll learn how to make a game like Stack using SceneKit and Swift.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/670-how-to-make-a-game-like-stack

Great thank you for this tutorial

It took a while, but I finally figured out the tap gesture wasn’t working because there was no step to connect gestureRecognizers under Scn View to the Tap Gesture Recognizer – only because I examined the final project and saw mine was missing in the Main Storyboard.

Onward and upward!

Please Make the Same Game with Unity 5. ThankYou.

More details re. azcoder comment. The tutorial is missing the link between the Tap Gesture Recognizer and SCNView in Main Storyboard. So,…

  1. Open Main Storyboard
  2. Select Tap Gesture Recognizer (in Document Outline or main view)
  3. Select Show the Connections Inspector (rightmost top icon arrow)
  4. Click the Reference Outlet Collections (+) and drag to SCNView
  5. Ensure the connection is now showing gestureRecognizers > Scn View
1 Like

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]