An open API service indexing awesome lists of open source software.

https://github.com/shengyuan-lu/flying-iphone-xi

Use your mouse to control a flying iPhone prototype, dodge rockets while taking photos! This is a 2D game for MacOS built with SpriteKit. (Swift Playground)
https://github.com/shengyuan-lu/flying-iphone-xi

ap-computer-science spritekit swift-playground wwdc-19 wwdc-scholarship-submissions

Last synced: 25 days ago
JSON representation

Use your mouse to control a flying iPhone prototype, dodge rockets while taking photos! This is a 2D game for MacOS built with SpriteKit. (Swift Playground)

Awesome Lists containing this project

README

        

# Flying-iPhone-XI

## Overview
Flying iPhone XI is a SpriteKit based game written in Swift and run in Xcode Playground on MacOS. It was my first SpriteKit project, and my submission of Apple WWDC '19 Swift Student Challenge. A variant of the game is made to accommodate AP Computer Science Principle exam (scored a 5/5).

## Instructions
Use the mouse pointer to control the flying iPhone. Take 5 pictures, while avoiding rockets.

## Video Demo
Click [Here](https://youtu.be/wA7C0bWQd6o) to watch a video demo on my YouTube channel.

## Screenshots
Launch Screen
![Image 1](https://i.imgur.com/QGKkk48.jpg)
Instructions
![Image 2](https://i.imgur.com/a0Izce4.jpg)
Gameplay
![Image 3](https://i.imgur.com/7L849E4.jpg)
Failed
![Image 4](https://i.imgur.com/gVx5TWP.jpg)
Success
![Image 5](https://i.imgur.com/Q5krjDv.jpg)

## Note:
This playground was originally written in Swift 4. It should be fully compatiable with Swift 5 and the newest Xcode.