2 player card game for iOS. Specifically iPhone Plus models for now.
Follow these steps to get this code up and running on your mac!
Step 1: In Terminal, use the command: git clone https://github.com/Giovaartavia/Project3.git
Step 2: Open the Project3 folder in Xcode
Step 3: You can change the compile destination to a simulator or you phone.
Step 4: Hit the play button and you're ready to start playing!
In the future, we might try to get the app on the App Store so you can directly download it to your phone from there.
To generate our code documentation, we used the Quick Help Pane in Xcode 8. While the Project is open in the Xcode, you may either search through the documentation or click on a function and have all the information appear in the Quick Help Pane.
Source for learning how to shuffle the contents of an array:
- @author Nate Cook
- @link https://stackoverflow.com/questions/24026510/how-do-i-shuffle-an-array-in-swift
- @DateAccessed 10/25/17
Source for learning how to delay:
- @author owlswipe
- @link https://stackoverflow.com/questions/38031137/how-to-program-a-delay-in-swift-3
- @DateAccessed 10/29/17
Source for learning how to use multiple view controllers:
- @author Nirav D
- @link https://stackoverflow.com/questions/39776929/swift-3-xcode-8-instantiate-view-controller-is-not-working
- @DateAccessed 10/29/17
Source for learning how to subtract characters from strings:
- @author Naveen Ramanathan
- @link https://stackoverflow.com/questions/40028035/remove-last-two-characters-in-a-string-swift-3-0
- @DateAccessed 10/30/17
Source for learning how to animate UI Assets:
- @author Joyce Echessa
- @link https://www.appcoda.com/view-animation-in-swift/
- @DateAccessed 10/30/17
Source for learning how to use long press gestures:
- @author Rashwan L
- @link https://stackoverflow.com/questions/34548263/button-tap-and-long-press-gesture
- @DateAccessed 11/01/17
Source for learning how to send data from one view controller to another:
- @author Dharmesh Kheni
- @link https://stackoverflow.com/questions/31587181/sending-array-data-from-one-view-controller-to-another
- @DateAccessed 11/02/17
UIKit Library:
- @author Apple Inc.
- @link https://developer.apple.com/documentation/uikit
- @DateAccessed 10/23/17
Foundation Library:
- @author Apple Inc.
- @link https://developer.apple.com/documentation/foundation
- @DateAccessed 10/23/17
- Giovanni Artavia - Giovaartavia
- Brandon Lammey - brandonlammey
- Dylan Herrig - dnherrig
- James Glass - glassguy