A ball toss game built using Apple's augmented reality framework, ARKit. Demo.
To run this project, you will need:
- Xcode 10
- iOS device with A9 processor or newer
- Open the project using Xcode and deploy it onto your device.
- Open the app, point to a plane and gently move your device for it to detect the plane.
- Once a plane was detected, a hat will be placed on it. Press the button throw ball to throw balls 😮. Try to throw balls inside the hat.
- Once there's some balls on the hat, press the button Magic! to make the balls disapear! Press it again to make the balls appear again.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Magic's sound effect - Robinhood76
- Ball toss sound effect - Connersaw64
- SCNNode point inside test - Benjohn