Sunday, November 15, 2015

Breakout!
Stanford's Developing iOS 8 Apps with Swift Course: Assignment 5
github.com/mikemdev40/Breakout


 A remake of the classic rebounding ball, paddle, and brick game that enables users to adjust various game options.

• Implementation of a UIPanGestureRecognizer and CoreMotion’s device motion allows user to choose between controlling the paddle by using finger-based dragging or by tilting the device from left and right.


• Features physics-based motion through a UIDynamicAnimator, persistence via NSUserDefaults, and NSNotifications.