diff --git a/Crab Project/Crab Project.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Crab Project/Crab Project.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 00000000..82be1282
--- /dev/null
+++ b/Crab Project/Crab Project.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Crab Project/Crab Project.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate b/Crab Project/Crab Project.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 00000000..f8752516
Binary files /dev/null and b/Crab Project/Crab Project.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/Crab Project/Crab Project/AppDelegate.swift b/Crab Project/Crab Project/AppDelegate.swift
new file mode 100644
index 00000000..54cccc4e
--- /dev/null
+++ b/Crab Project/Crab Project/AppDelegate.swift
@@ -0,0 +1,37 @@
+//
+// AppDelegate.swift
+// Crab Project
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+@UIApplicationMain
+class AppDelegate: UIResponder, UIApplicationDelegate {
+
+
+
+ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
+ // Override point for customization after application launch.
+ return true
+ }
+
+ // MARK: UISceneSession Lifecycle
+
+ func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
+ // Called when a new scene session is being created.
+ // Use this method to select a configuration to create the new scene with.
+ return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
+ }
+
+ func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) {
+ // Called when the user discards a scene session.
+ // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
+ // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
+ }
+
+
+}
+
diff --git a/Crab Project/Crab Project/Assets.xcassets/AppIcon.appiconset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 00000000..9221b9bb
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,98 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "83.5x83.5"
+ },
+ {
+ "idiom" : "ios-marketing",
+ "scale" : "1x",
+ "size" : "1024x1024"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json
new file mode 100644
index 00000000..da4a164c
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json
new file mode 100644
index 00000000..c04ecc76
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab000.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png
new file mode 100644
index 00000000..44e75239
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json
new file mode 100644
index 00000000..a9495122
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab001.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png
new file mode 100644
index 00000000..2955a887
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json
new file mode 100644
index 00000000..8e998456
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab002.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png
new file mode 100644
index 00000000..5c349dfd
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json
new file mode 100644
index 00000000..00ef86e2
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab003.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png
new file mode 100644
index 00000000..d188ced7
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json
new file mode 100644
index 00000000..4d8b91c5
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab004.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png
new file mode 100644
index 00000000..5eb03bfb
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json
new file mode 100644
index 00000000..d17d32a0
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab005.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png
new file mode 100644
index 00000000..426a5f49
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json
new file mode 100644
index 00000000..9b2205c6
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab006.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png
new file mode 100644
index 00000000..dbcd871c
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json
new file mode 100644
index 00000000..3ee42e26
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab007.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png
new file mode 100644
index 00000000..c632854c
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json
new file mode 100644
index 00000000..71cd68ca
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab008.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png
new file mode 100644
index 00000000..a78ad9a6
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json
new file mode 100644
index 00000000..03a7c0a0
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab009.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png
new file mode 100644
index 00000000..b5f8b19d
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json
new file mode 100644
index 00000000..314cda89
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab010.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png
new file mode 100644
index 00000000..63e91f0f
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json
new file mode 100644
index 00000000..5034c91d
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab011.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png
new file mode 100644
index 00000000..4cfa8b3e
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json
new file mode 100644
index 00000000..bc8dcff8
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab012.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png
new file mode 100644
index 00000000..85ef0e48
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json
new file mode 100644
index 00000000..d0357ba3
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab013.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png
new file mode 100644
index 00000000..56f5ee12
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json
new file mode 100644
index 00000000..d438c639
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab014.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png
new file mode 100644
index 00000000..40035783
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json
new file mode 100644
index 00000000..779881b4
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab015.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png
new file mode 100644
index 00000000..ea143c89
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json
new file mode 100644
index 00000000..6db5abe7
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab016.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png
new file mode 100644
index 00000000..b5cef379
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json
new file mode 100644
index 00000000..b69f90f1
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab017.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png
new file mode 100644
index 00000000..73e79a08
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json
new file mode 100644
index 00000000..dcee1790
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab018.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png
new file mode 100644
index 00000000..77a3cdb5
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json
new file mode 100644
index 00000000..2ee21d4e
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab019.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png
new file mode 100644
index 00000000..fe68c7de
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json
new file mode 100644
index 00000000..7ec0a992
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab020.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png
new file mode 100644
index 00000000..82761cb3
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json
new file mode 100644
index 00000000..8cd083e8
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab021.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png
new file mode 100644
index 00000000..263672dc
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json
new file mode 100644
index 00000000..5790b4d4
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab022.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png
new file mode 100644
index 00000000..a0193d42
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json
new file mode 100644
index 00000000..15a3c0b5
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab023.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png
new file mode 100644
index 00000000..44e75239
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json
new file mode 100644
index 00000000..da4a164c
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json
new file mode 100644
index 00000000..7d96484b
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab000.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png
new file mode 100644
index 00000000..58f82231
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json
new file mode 100644
index 00000000..d88deaa3
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab001.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png
new file mode 100644
index 00000000..c8131339
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json
new file mode 100644
index 00000000..d9931b65
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab002.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png
new file mode 100644
index 00000000..3bde9890
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json
new file mode 100644
index 00000000..1b296189
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab003.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png
new file mode 100644
index 00000000..0dfcefd7
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json
new file mode 100644
index 00000000..41dfce7d
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab004.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png
new file mode 100644
index 00000000..74a2affb
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json
new file mode 100644
index 00000000..ea7f253a
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab005.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png
new file mode 100644
index 00000000..2ada577f
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json
new file mode 100644
index 00000000..a35d1d93
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab006.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png
new file mode 100644
index 00000000..119af595
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json
new file mode 100644
index 00000000..f4b6ff34
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab007.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png
new file mode 100644
index 00000000..173ce4ab
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json
new file mode 100644
index 00000000..b67cd381
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab008.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png
new file mode 100644
index 00000000..6739a283
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json
new file mode 100644
index 00000000..c7309215
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab009.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png
new file mode 100644
index 00000000..a38d3345
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json
new file mode 100644
index 00000000..be407a57
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab010.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json
new file mode 100644
index 00000000..7b966687
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab011.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json
new file mode 100644
index 00000000..6aa1f516
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab012.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json
new file mode 100644
index 00000000..801c6060
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab013.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png
new file mode 100644
index 00000000..4913c042
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json
new file mode 100644
index 00000000..775f4f55
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab014.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png
new file mode 100644
index 00000000..f09f4ab6
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json
new file mode 100644
index 00000000..059dbcdd
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab015.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png
new file mode 100644
index 00000000..56a6ece4
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json
new file mode 100644
index 00000000..0711fd7b
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab016.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png
new file mode 100644
index 00000000..db8c6c18
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json
new file mode 100644
index 00000000..eb7d5e98
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab017.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png
new file mode 100644
index 00000000..328861b7
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json
new file mode 100644
index 00000000..e03b5d2d
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab018.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png
new file mode 100644
index 00000000..4cb0a7f9
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json
new file mode 100644
index 00000000..3db4fee7
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab019.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png
new file mode 100644
index 00000000..241c67c0
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json
new file mode 100644
index 00000000..5d5e56ab
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab020.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png
new file mode 100644
index 00000000..44aa5a52
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png differ
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json
new file mode 100644
index 00000000..9818dadb
--- /dev/null
+++ b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab021.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png
new file mode 100644
index 00000000..88df0cb0
Binary files /dev/null and b/Crab Project/Crab Project/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png differ
diff --git a/Crab Project/Crab Project/Base.lproj/LaunchScreen.storyboard b/Crab Project/Crab Project/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 00000000..c8640434
--- /dev/null
+++ b/Crab Project/Crab Project/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/Crab Project/Crab Project/Base.lproj/Main.storyboard b/Crab Project/Crab Project/Base.lproj/Main.storyboard
new file mode 100644
index 00000000..919cf0e5
--- /dev/null
+++ b/Crab Project/Crab Project/Base.lproj/Main.storyboard
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crab Project/Crab Project/Info.plist b/Crab Project/Crab Project/Info.plist
new file mode 100644
index 00000000..2a3483c0
--- /dev/null
+++ b/Crab Project/Crab Project/Info.plist
@@ -0,0 +1,64 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UIApplicationSceneManifest
+
+ UIApplicationSupportsMultipleScenes
+
+ UISceneConfigurations
+
+ UIWindowSceneSessionRoleApplication
+
+
+ UISceneConfigurationName
+ Default Configuration
+ UISceneDelegateClassName
+ $(PRODUCT_MODULE_NAME).SceneDelegate
+ UISceneStoryboardFile
+ Main
+
+
+
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+
+
diff --git a/Crab Project/Crab Project/SceneDelegate.swift b/Crab Project/Crab Project/SceneDelegate.swift
new file mode 100644
index 00000000..bb0b779e
--- /dev/null
+++ b/Crab Project/Crab Project/SceneDelegate.swift
@@ -0,0 +1,53 @@
+//
+// SceneDelegate.swift
+// Crab Project
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+class SceneDelegate: UIResponder, UIWindowSceneDelegate {
+
+ var window: UIWindow?
+
+
+ func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
+ // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
+ // If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
+ // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
+ guard let _ = (scene as? UIWindowScene) else { return }
+ }
+
+ func sceneDidDisconnect(_ scene: UIScene) {
+ // Called as the scene is being released by the system.
+ // This occurs shortly after the scene enters the background, or when its session is discarded.
+ // Release any resources associated with this scene that can be re-created the next time the scene connects.
+ // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
+ }
+
+ func sceneDidBecomeActive(_ scene: UIScene) {
+ // Called when the scene has moved from an inactive state to an active state.
+ // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
+ }
+
+ func sceneWillResignActive(_ scene: UIScene) {
+ // Called when the scene will move from an active state to an inactive state.
+ // This may occur due to temporary interruptions (ex. an incoming phone call).
+ }
+
+ func sceneWillEnterForeground(_ scene: UIScene) {
+ // Called as the scene transitions from the background to the foreground.
+ // Use this method to undo the changes made on entering the background.
+ }
+
+ func sceneDidEnterBackground(_ scene: UIScene) {
+ // Called as the scene transitions from the foreground to the background.
+ // Use this method to save data, release shared resources, and store enough scene-specific state information
+ // to restore the scene back to its current state.
+ }
+
+
+}
+
diff --git a/Crab Project/Crab ProjectTests/Crab_ProjectTests.swift b/Crab Project/Crab ProjectTests/Crab_ProjectTests.swift
new file mode 100644
index 00000000..a0145a6a
--- /dev/null
+++ b/Crab Project/Crab ProjectTests/Crab_ProjectTests.swift
@@ -0,0 +1,34 @@
+//
+// Crab_ProjectTests.swift
+// Crab ProjectTests
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import XCTest
+@testable import Crab_Project
+
+class Crab_ProjectTests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // This is an example of a functional test case.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testPerformanceExample() throws {
+ // This is an example of a performance test case.
+ self.measure {
+ // Put the code you want to measure the time of here.
+ }
+ }
+
+}
diff --git a/Crab Project/Crab ProjectTests/Info.plist b/Crab Project/Crab ProjectTests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Crab Project/Crab ProjectTests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Crab Project/Crab ProjectUITests/Crab_ProjectUITests.swift b/Crab Project/Crab ProjectUITests/Crab_ProjectUITests.swift
new file mode 100644
index 00000000..972a54b7
--- /dev/null
+++ b/Crab Project/Crab ProjectUITests/Crab_ProjectUITests.swift
@@ -0,0 +1,43 @@
+//
+// Crab_ProjectUITests.swift
+// Crab ProjectUITests
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import XCTest
+
+class Crab_ProjectUITests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+
+ // In UI tests it is usually best to stop immediately when a failure occurs.
+ continueAfterFailure = false
+
+ // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // UI tests must launch the application that they test.
+ let app = XCUIApplication()
+ app.launch()
+
+ // Use recording to get started writing UI tests.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testLaunchPerformance() throws {
+ if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) {
+ // This measures how long it takes to launch your application.
+ measure(metrics: [XCTOSSignpostMetric.applicationLaunch]) {
+ XCUIApplication().launch()
+ }
+ }
+ }
+}
diff --git a/Crab Project/Crab ProjectUITests/Info.plist b/Crab Project/Crab ProjectUITests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Crab Project/Crab ProjectUITests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Crab Project/Settings.swift b/Crab Project/Settings.swift
new file mode 100644
index 00000000..55ba051d
--- /dev/null
+++ b/Crab Project/Settings.swift
@@ -0,0 +1,17 @@
+//
+// Settings.swift
+// Crab Project
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import Foundation
+
+class Settings {
+ static let shared = Settings()
+ private init() {}
+
+ var shouldRoll = false
+ var shouldZoom = false
+}
diff --git a/Crabs/Crabs.xcodeproj/project.pbxproj b/Crabs/Crabs.xcodeproj/project.pbxproj
new file mode 100644
index 00000000..e2514fc6
--- /dev/null
+++ b/Crabs/Crabs.xcodeproj/project.pbxproj
@@ -0,0 +1,627 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 50;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 44AC784E24894818005A7378 /* customScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44AC784D24894818005A7378 /* customScene.swift */; };
+ 44BDB1A02487E045002447BB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB19F2487E045002447BB /* AppDelegate.swift */; };
+ 44BDB1A22487E045002447BB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1A12487E045002447BB /* SceneDelegate.swift */; };
+ 44BDB1A42487E045002447BB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1A32487E045002447BB /* ViewController.swift */; };
+ 44BDB1A72487E045002447BB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44BDB1A52487E045002447BB /* Main.storyboard */; };
+ 44BDB1A92487E046002447BB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 44BDB1A82487E046002447BB /* Assets.xcassets */; };
+ 44BDB1AC2487E046002447BB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44BDB1AA2487E046002447BB /* LaunchScreen.storyboard */; };
+ 44BDB1B72487E046002447BB /* CrabsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1B62487E046002447BB /* CrabsTests.swift */; };
+ 44BDB1C22487E046002447BB /* CrabsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1C12487E046002447BB /* CrabsUITests.swift */; };
+ 44BDB1D22487E162002447BB /* SKSpriteNode+Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1D12487E162002447BB /* SKSpriteNode+Utility.swift */; };
+ 44BDB1D42487E1BE002447BB /* settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1D32487E1BE002447BB /* settings.swift */; };
+ 44BDB1D62487EA1D002447BB /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1D52487EA1D002447BB /* GameViewController.swift */; };
+ 44BDB1D82487EA2D002447BB /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1D72487EA2D002447BB /* InfoViewController.swift */; };
+ 44BDB1DA2487EAAE002447BB /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44BDB1D92487EAAE002447BB /* SettingsViewController.swift */; };
+ 44BDB1DC24888660002447BB /* Art in Resources */ = {isa = PBXBuildFile; fileRef = 44BDB1DB24888660002447BB /* Art */; };
+ 44BDB1DE24888689002447BB /* info.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44BDB1DD24888689002447BB /* info.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 44BDB1B32487E046002447BB /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 44BDB1942487E045002447BB /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 44BDB19B2487E045002447BB;
+ remoteInfo = Crabs;
+ };
+ 44BDB1BE2487E046002447BB /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 44BDB1942487E045002447BB /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 44BDB19B2487E045002447BB;
+ remoteInfo = Crabs;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 44AC784D24894818005A7378 /* customScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = customScene.swift; sourceTree = ""; };
+ 44BDB19C2487E045002447BB /* Crabs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Crabs.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 44BDB19F2487E045002447BB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 44BDB1A12487E045002447BB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; };
+ 44BDB1A32487E045002447BB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; };
+ 44BDB1A62487E045002447BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ 44BDB1A82487E046002447BB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 44BDB1AB2487E046002447BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ 44BDB1AD2487E046002447BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 44BDB1B22487E046002447BB /* CrabsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CrabsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 44BDB1B62487E046002447BB /* CrabsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrabsTests.swift; sourceTree = ""; };
+ 44BDB1B82487E046002447BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 44BDB1BD2487E046002447BB /* CrabsUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CrabsUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 44BDB1C12487E046002447BB /* CrabsUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrabsUITests.swift; sourceTree = ""; };
+ 44BDB1C32487E046002447BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 44BDB1D12487E162002447BB /* SKSpriteNode+Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "SKSpriteNode+Utility.swift"; path = "../../SKSpriteNode+Utility.swift"; sourceTree = ""; };
+ 44BDB1D32487E1BE002447BB /* settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = settings.swift; sourceTree = ""; };
+ 44BDB1D52487EA1D002447BB /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = ""; };
+ 44BDB1D72487EA2D002447BB /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; };
+ 44BDB1D92487EAAE002447BB /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; };
+ 44BDB1DB24888660002447BB /* Art */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Art; sourceTree = ""; };
+ 44BDB1DD24888689002447BB /* info.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = info.storyboard; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 44BDB1992487E045002447BB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1AF2487E046002447BB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1BA2487E046002447BB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 44BDB1932487E045002447BB = {
+ isa = PBXGroup;
+ children = (
+ 44BDB19E2487E045002447BB /* Crabs */,
+ 44BDB1B52487E046002447BB /* CrabsTests */,
+ 44BDB1C02487E046002447BB /* CrabsUITests */,
+ 44BDB19D2487E045002447BB /* Products */,
+ );
+ sourceTree = "";
+ };
+ 44BDB19D2487E045002447BB /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 44BDB19C2487E045002447BB /* Crabs.app */,
+ 44BDB1B22487E046002447BB /* CrabsTests.xctest */,
+ 44BDB1BD2487E046002447BB /* CrabsUITests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 44BDB19E2487E045002447BB /* Crabs */ = {
+ isa = PBXGroup;
+ children = (
+ 44BDB19F2487E045002447BB /* AppDelegate.swift */,
+ 44BDB1A12487E045002447BB /* SceneDelegate.swift */,
+ 44BDB1A32487E045002447BB /* ViewController.swift */,
+ 44BDB1D12487E162002447BB /* SKSpriteNode+Utility.swift */,
+ 44BDB1A52487E045002447BB /* Main.storyboard */,
+ 44BDB1D52487EA1D002447BB /* GameViewController.swift */,
+ 44AC784D24894818005A7378 /* customScene.swift */,
+ 44BDB1D72487EA2D002447BB /* InfoViewController.swift */,
+ 44BDB1D92487EAAE002447BB /* SettingsViewController.swift */,
+ 44BDB1D32487E1BE002447BB /* settings.swift */,
+ 44BDB1A82487E046002447BB /* Assets.xcassets */,
+ 44BDB1DD24888689002447BB /* info.storyboard */,
+ 44BDB1DB24888660002447BB /* Art */,
+ 44BDB1AA2487E046002447BB /* LaunchScreen.storyboard */,
+ 44BDB1AD2487E046002447BB /* Info.plist */,
+ );
+ path = Crabs;
+ sourceTree = "";
+ };
+ 44BDB1B52487E046002447BB /* CrabsTests */ = {
+ isa = PBXGroup;
+ children = (
+ 44BDB1B62487E046002447BB /* CrabsTests.swift */,
+ 44BDB1B82487E046002447BB /* Info.plist */,
+ );
+ path = CrabsTests;
+ sourceTree = "";
+ };
+ 44BDB1C02487E046002447BB /* CrabsUITests */ = {
+ isa = PBXGroup;
+ children = (
+ 44BDB1C12487E046002447BB /* CrabsUITests.swift */,
+ 44BDB1C32487E046002447BB /* Info.plist */,
+ );
+ path = CrabsUITests;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 44BDB19B2487E045002447BB /* Crabs */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 44BDB1C62487E046002447BB /* Build configuration list for PBXNativeTarget "Crabs" */;
+ buildPhases = (
+ 44BDB1982487E045002447BB /* Sources */,
+ 44BDB1992487E045002447BB /* Frameworks */,
+ 44BDB19A2487E045002447BB /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Crabs;
+ productName = Crabs;
+ productReference = 44BDB19C2487E045002447BB /* Crabs.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 44BDB1B12487E046002447BB /* CrabsTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 44BDB1C92487E046002447BB /* Build configuration list for PBXNativeTarget "CrabsTests" */;
+ buildPhases = (
+ 44BDB1AE2487E046002447BB /* Sources */,
+ 44BDB1AF2487E046002447BB /* Frameworks */,
+ 44BDB1B02487E046002447BB /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 44BDB1B42487E046002447BB /* PBXTargetDependency */,
+ );
+ name = CrabsTests;
+ productName = CrabsTests;
+ productReference = 44BDB1B22487E046002447BB /* CrabsTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 44BDB1BC2487E046002447BB /* CrabsUITests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 44BDB1CC2487E046002447BB /* Build configuration list for PBXNativeTarget "CrabsUITests" */;
+ buildPhases = (
+ 44BDB1B92487E046002447BB /* Sources */,
+ 44BDB1BA2487E046002447BB /* Frameworks */,
+ 44BDB1BB2487E046002447BB /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 44BDB1BF2487E046002447BB /* PBXTargetDependency */,
+ );
+ name = CrabsUITests;
+ productName = CrabsUITests;
+ productReference = 44BDB1BD2487E046002447BB /* CrabsUITests.xctest */;
+ productType = "com.apple.product-type.bundle.ui-testing";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 44BDB1942487E045002447BB /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastSwiftUpdateCheck = 1140;
+ LastUpgradeCheck = 1140;
+ ORGANIZATIONNAME = "Eugene White";
+ TargetAttributes = {
+ 44BDB19B2487E045002447BB = {
+ CreatedOnToolsVersion = 11.4.1;
+ };
+ 44BDB1B12487E046002447BB = {
+ CreatedOnToolsVersion = 11.4.1;
+ TestTargetID = 44BDB19B2487E045002447BB;
+ };
+ 44BDB1BC2487E046002447BB = {
+ CreatedOnToolsVersion = 11.4.1;
+ TestTargetID = 44BDB19B2487E045002447BB;
+ };
+ };
+ };
+ buildConfigurationList = 44BDB1972487E045002447BB /* Build configuration list for PBXProject "Crabs" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 44BDB1932487E045002447BB;
+ productRefGroup = 44BDB19D2487E045002447BB /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 44BDB19B2487E045002447BB /* Crabs */,
+ 44BDB1B12487E046002447BB /* CrabsTests */,
+ 44BDB1BC2487E046002447BB /* CrabsUITests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 44BDB19A2487E045002447BB /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 44BDB1AC2487E046002447BB /* LaunchScreen.storyboard in Resources */,
+ 44BDB1A92487E046002447BB /* Assets.xcassets in Resources */,
+ 44BDB1DE24888689002447BB /* info.storyboard in Resources */,
+ 44BDB1DC24888660002447BB /* Art in Resources */,
+ 44BDB1A72487E045002447BB /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1B02487E046002447BB /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1BB2487E046002447BB /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 44BDB1982487E045002447BB /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 44BDB1A42487E045002447BB /* ViewController.swift in Sources */,
+ 44BDB1A02487E045002447BB /* AppDelegate.swift in Sources */,
+ 44BDB1A22487E045002447BB /* SceneDelegate.swift in Sources */,
+ 44BDB1D82487EA2D002447BB /* InfoViewController.swift in Sources */,
+ 44BDB1D22487E162002447BB /* SKSpriteNode+Utility.swift in Sources */,
+ 44BDB1D62487EA1D002447BB /* GameViewController.swift in Sources */,
+ 44AC784E24894818005A7378 /* customScene.swift in Sources */,
+ 44BDB1D42487E1BE002447BB /* settings.swift in Sources */,
+ 44BDB1DA2487EAAE002447BB /* SettingsViewController.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1AE2487E046002447BB /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 44BDB1B72487E046002447BB /* CrabsTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44BDB1B92487E046002447BB /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 44BDB1C22487E046002447BB /* CrabsUITests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 44BDB1B42487E046002447BB /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 44BDB19B2487E045002447BB /* Crabs */;
+ targetProxy = 44BDB1B32487E046002447BB /* PBXContainerItemProxy */;
+ };
+ 44BDB1BF2487E046002447BB /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 44BDB19B2487E045002447BB /* Crabs */;
+ targetProxy = 44BDB1BE2487E046002447BB /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 44BDB1A52487E045002447BB /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 44BDB1A62487E045002447BB /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ 44BDB1AA2487E046002447BB /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 44BDB1AB2487E046002447BB /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 44BDB1C42487E046002447BB /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ 44BDB1C52487E046002447BB /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 44BDB1C72487E046002447BB /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = Crabs/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.Crabs";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 44BDB1C82487E046002447BB /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = Crabs/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.Crabs";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
+ 44BDB1CA2487E046002447BB /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = CrabsTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.CrabsTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Crabs.app/Crabs";
+ };
+ name = Debug;
+ };
+ 44BDB1CB2487E046002447BB /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = CrabsTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.CrabsTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Crabs.app/Crabs";
+ };
+ name = Release;
+ };
+ 44BDB1CD2487E046002447BB /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = CrabsUITests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.CrabsUITests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = Crabs;
+ };
+ name = Debug;
+ };
+ 44BDB1CE2487E046002447BB /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = G7XV3GQ7X6;
+ INFOPLIST_FILE = CrabsUITests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "IOS-Fundaments-2.CrabsUITests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = Crabs;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 44BDB1972487E045002447BB /* Build configuration list for PBXProject "Crabs" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 44BDB1C42487E046002447BB /* Debug */,
+ 44BDB1C52487E046002447BB /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 44BDB1C62487E046002447BB /* Build configuration list for PBXNativeTarget "Crabs" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 44BDB1C72487E046002447BB /* Debug */,
+ 44BDB1C82487E046002447BB /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 44BDB1C92487E046002447BB /* Build configuration list for PBXNativeTarget "CrabsTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 44BDB1CA2487E046002447BB /* Debug */,
+ 44BDB1CB2487E046002447BB /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 44BDB1CC2487E046002447BB /* Build configuration list for PBXNativeTarget "CrabsUITests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 44BDB1CD2487E046002447BB /* Debug */,
+ 44BDB1CE2487E046002447BB /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 44BDB1942487E045002447BB /* Project object */;
+}
diff --git a/Crabs/Crabs.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Crabs/Crabs.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 00000000..bb2f9df9
--- /dev/null
+++ b/Crabs/Crabs.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Crabs/Crabs.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Crabs/Crabs.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 00000000..18d98100
--- /dev/null
+++ b/Crabs/Crabs.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Crabs/Crabs.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate b/Crabs/Crabs.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 00000000..2d2ebc6f
Binary files /dev/null and b/Crabs/Crabs.xcodeproj/project.xcworkspace/xcuserdata/Eugene.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
new file mode 100644
index 00000000..332dee1f
--- /dev/null
+++ b/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcschemes/xcschememanagement.plist b/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 00000000..8049d196
--- /dev/null
+++ b/Crabs/Crabs.xcodeproj/xcuserdata/Eugene.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,14 @@
+
+
+
+
+ SchemeUserState
+
+ Crabs.xcscheme_^#shared#^_
+
+ orderHint
+ 0
+
+
+
+
diff --git a/Crabs/Crabs/AppDelegate.swift b/Crabs/Crabs/AppDelegate.swift
new file mode 100644
index 00000000..0b86692c
--- /dev/null
+++ b/Crabs/Crabs/AppDelegate.swift
@@ -0,0 +1,38 @@
+//
+// AppDelegate.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+import SpriteKit
+
+@UIApplicationMain
+class AppDelegate: UIResponder, UIApplicationDelegate{
+
+
+
+ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
+ // Override point for customization after application launch.
+ return true
+ }
+
+ // MARK: UISceneSession Lifecycle
+
+ func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
+ // Called when a new scene session is being created.
+ // Use this method to select a configuration to create the new scene with.
+ return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
+ }
+
+ func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) {
+ // Called when the user discards a scene session.
+ // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
+ // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
+ }
+
+
+}
+
diff --git a/Art/game_controller.png b/Crabs/Crabs/Art/game_controller.png
similarity index 100%
rename from Art/game_controller.png
rename to Crabs/Crabs/Art/game_controller.png
diff --git a/Art/game_controller@2x.png b/Crabs/Crabs/Art/game_controller@2x.png
similarity index 100%
rename from Art/game_controller@2x.png
rename to Crabs/Crabs/Art/game_controller@2x.png
diff --git a/Art/game_controller@3x.png b/Crabs/Crabs/Art/game_controller@3x.png
similarity index 100%
rename from Art/game_controller@3x.png
rename to Crabs/Crabs/Art/game_controller@3x.png
diff --git a/Art/info.png b/Crabs/Crabs/Art/info.png
similarity index 100%
rename from Art/info.png
rename to Crabs/Crabs/Art/info.png
diff --git a/Art/info@2x.png b/Crabs/Crabs/Art/info@2x.png
similarity index 100%
rename from Art/info@2x.png
rename to Crabs/Crabs/Art/info@2x.png
diff --git a/Art/info@3x.png b/Crabs/Crabs/Art/info@3x.png
similarity index 100%
rename from Art/info@3x.png
rename to Crabs/Crabs/Art/info@3x.png
diff --git a/Art/settings.png b/Crabs/Crabs/Art/settings.png
similarity index 100%
rename from Art/settings.png
rename to Crabs/Crabs/Art/settings.png
diff --git a/Art/settings@2x.png b/Crabs/Crabs/Art/settings@2x.png
similarity index 100%
rename from Art/settings@2x.png
rename to Crabs/Crabs/Art/settings@2x.png
diff --git a/Art/settings@3x.png b/Crabs/Crabs/Art/settings@3x.png
similarity index 100%
rename from Art/settings@3x.png
rename to Crabs/Crabs/Art/settings@3x.png
diff --git a/Crabs/Crabs/Assets.xcassets/AppIcon.appiconset/Contents.json b/Crabs/Crabs/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 00000000..9221b9bb
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,98 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "83.5x83.5"
+ },
+ {
+ "idiom" : "ios-marketing",
+ "scale" : "1x",
+ "size" : "1024x1024"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Art/Contents.json b/Crabs/Crabs/Assets.xcassets/Art/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Art/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/Contents.json
new file mode 100644
index 00000000..3749084c
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "filename" : "game_controller.png",
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "game_controller@2x.png",
+ "idiom" : "universal",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "game_controller@3x.png",
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller.png b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller.png
new file mode 100644
index 00000000..df0891d5
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png
new file mode 100644
index 00000000..336e170d
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png
new file mode 100644
index 00000000..3b8ac924
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/info.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/Contents.json
new file mode 100644
index 00000000..0a927f68
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "filename" : "info.png",
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "info@2x.png",
+ "idiom" : "universal",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "info@3x.png",
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info.png b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info.png
new file mode 100644
index 00000000..64c0cb1e
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@2x.png b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@2x.png
new file mode 100644
index 00000000..c623f0b9
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@2x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@3x.png b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@3x.png
new file mode 100644
index 00000000..1bf21719
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/info.imageset/info@3x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/Contents.json
new file mode 100644
index 00000000..e30c46c5
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "filename" : "settings.png",
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "settings@2x.png",
+ "idiom" : "universal",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "settings@3x.png",
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings.png b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings.png
new file mode 100644
index 00000000..8f712b18
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@2x.png b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@2x.png
new file mode 100644
index 00000000..5ed4658a
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@2x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@3x.png b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@3x.png
new file mode 100644
index 00000000..674bea76
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Art/settings.imageset/settings@3x.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Contents.json b/Crabs/Crabs/Assets.xcassets/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json
new file mode 100644
index 00000000..da4a164c
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json
new file mode 100644
index 00000000..c04ecc76
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab000.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png
new file mode 100644
index 00000000..44e75239
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json
new file mode 100644
index 00000000..a9495122
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab001.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png
new file mode 100644
index 00000000..2955a887
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json
new file mode 100644
index 00000000..8e998456
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab002.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png
new file mode 100644
index 00000000..5c349dfd
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json
new file mode 100644
index 00000000..00ef86e2
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab003.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png
new file mode 100644
index 00000000..d188ced7
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json
new file mode 100644
index 00000000..4d8b91c5
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab004.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png
new file mode 100644
index 00000000..5eb03bfb
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json
new file mode 100644
index 00000000..d17d32a0
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab005.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png
new file mode 100644
index 00000000..426a5f49
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json
new file mode 100644
index 00000000..9b2205c6
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab006.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png
new file mode 100644
index 00000000..dbcd871c
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json
new file mode 100644
index 00000000..3ee42e26
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab007.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png
new file mode 100644
index 00000000..c632854c
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json
new file mode 100644
index 00000000..71cd68ca
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab008.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png
new file mode 100644
index 00000000..a78ad9a6
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json
new file mode 100644
index 00000000..03a7c0a0
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab009.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png
new file mode 100644
index 00000000..b5f8b19d
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json
new file mode 100644
index 00000000..314cda89
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab010.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png
new file mode 100644
index 00000000..63e91f0f
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json
new file mode 100644
index 00000000..5034c91d
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab011.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png
new file mode 100644
index 00000000..4cfa8b3e
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json
new file mode 100644
index 00000000..bc8dcff8
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab012.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png
new file mode 100644
index 00000000..85ef0e48
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json
new file mode 100644
index 00000000..d0357ba3
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab013.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png
new file mode 100644
index 00000000..56f5ee12
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json
new file mode 100644
index 00000000..d438c639
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab014.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png
new file mode 100644
index 00000000..40035783
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json
new file mode 100644
index 00000000..779881b4
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab015.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png
new file mode 100644
index 00000000..ea143c89
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json
new file mode 100644
index 00000000..6db5abe7
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab016.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png
new file mode 100644
index 00000000..b5cef379
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json
new file mode 100644
index 00000000..b69f90f1
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab017.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png
new file mode 100644
index 00000000..73e79a08
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json
new file mode 100644
index 00000000..dcee1790
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab018.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png
new file mode 100644
index 00000000..77a3cdb5
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json
new file mode 100644
index 00000000..2ee21d4e
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab019.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png
new file mode 100644
index 00000000..fe68c7de
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json
new file mode 100644
index 00000000..7ec0a992
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab020.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png
new file mode 100644
index 00000000..82761cb3
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json
new file mode 100644
index 00000000..8cd083e8
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab021.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png
new file mode 100644
index 00000000..263672dc
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json
new file mode 100644
index 00000000..5790b4d4
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab022.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png
new file mode 100644
index 00000000..a0193d42
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json
new file mode 100644
index 00000000..15a3c0b5
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "happycrab023.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png
new file mode 100644
index 00000000..44e75239
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json
new file mode 100644
index 00000000..da4a164c
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json
new file mode 100644
index 00000000..7d96484b
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab000.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png
new file mode 100644
index 00000000..58f82231
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json
new file mode 100644
index 00000000..d88deaa3
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab001.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png
new file mode 100644
index 00000000..c8131339
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json
new file mode 100644
index 00000000..d9931b65
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab002.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png
new file mode 100644
index 00000000..3bde9890
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json
new file mode 100644
index 00000000..1b296189
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab003.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png
new file mode 100644
index 00000000..0dfcefd7
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json
new file mode 100644
index 00000000..41dfce7d
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab004.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png
new file mode 100644
index 00000000..74a2affb
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json
new file mode 100644
index 00000000..ea7f253a
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab005.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png
new file mode 100644
index 00000000..2ada577f
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json
new file mode 100644
index 00000000..a35d1d93
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab006.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png
new file mode 100644
index 00000000..119af595
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json
new file mode 100644
index 00000000..f4b6ff34
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab007.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png
new file mode 100644
index 00000000..173ce4ab
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json
new file mode 100644
index 00000000..b67cd381
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab008.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png
new file mode 100644
index 00000000..6739a283
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json
new file mode 100644
index 00000000..c7309215
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab009.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png
new file mode 100644
index 00000000..a38d3345
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json
new file mode 100644
index 00000000..be407a57
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab010.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json
new file mode 100644
index 00000000..7b966687
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab011.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json
new file mode 100644
index 00000000..6aa1f516
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab012.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png
new file mode 100644
index 00000000..b25945c1
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json
new file mode 100644
index 00000000..801c6060
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab013.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png
new file mode 100644
index 00000000..4913c042
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json
new file mode 100644
index 00000000..775f4f55
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab014.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png
new file mode 100644
index 00000000..f09f4ab6
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json
new file mode 100644
index 00000000..059dbcdd
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab015.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png
new file mode 100644
index 00000000..56a6ece4
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json
new file mode 100644
index 00000000..0711fd7b
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab016.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png
new file mode 100644
index 00000000..db8c6c18
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json
new file mode 100644
index 00000000..eb7d5e98
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab017.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png
new file mode 100644
index 00000000..328861b7
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json
new file mode 100644
index 00000000..e03b5d2d
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab018.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png
new file mode 100644
index 00000000..4cb0a7f9
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json
new file mode 100644
index 00000000..3db4fee7
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab019.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png
new file mode 100644
index 00000000..241c67c0
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json
new file mode 100644
index 00000000..5d5e56ab
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab020.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png
new file mode 100644
index 00000000..44aa5a52
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png differ
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json
new file mode 100644
index 00000000..9818dadb
--- /dev/null
+++ b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "waitingcrab021.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png
new file mode 100644
index 00000000..88df0cb0
Binary files /dev/null and b/Crabs/Crabs/Assets.xcassets/Crab/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png differ
diff --git a/Crabs/Crabs/Base.lproj/LaunchScreen.storyboard b/Crabs/Crabs/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 00000000..865e9329
--- /dev/null
+++ b/Crabs/Crabs/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crabs/Crabs/Base.lproj/Main.storyboard b/Crabs/Crabs/Base.lproj/Main.storyboard
new file mode 100644
index 00000000..e129176c
--- /dev/null
+++ b/Crabs/Crabs/Base.lproj/Main.storyboard
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crabs/Crabs/GameViewController.swift b/Crabs/Crabs/GameViewController.swift
new file mode 100644
index 00000000..f10b5de9
--- /dev/null
+++ b/Crabs/Crabs/GameViewController.swift
@@ -0,0 +1,20 @@
+//
+// GameViewController.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+import SpriteKit
+import UIKit
+class GameViewController: UIViewController {
+ @IBOutlet weak var skview: SKView!
+
+ var skscene: CustomScene? = nil
+
+ override func viewDidAppear(_ animated: Bool) {
+ super.viewDidAppear(animated)
+ skscene = CustomScene(size: view.bounds.size)
+ skview.presentScene(skscene)
+ }
+}
diff --git a/Crabs/Crabs/Info.plist b/Crabs/Crabs/Info.plist
new file mode 100644
index 00000000..2a3483c0
--- /dev/null
+++ b/Crabs/Crabs/Info.plist
@@ -0,0 +1,64 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UIApplicationSceneManifest
+
+ UIApplicationSupportsMultipleScenes
+
+ UISceneConfigurations
+
+ UIWindowSceneSessionRoleApplication
+
+
+ UISceneConfigurationName
+ Default Configuration
+ UISceneDelegateClassName
+ $(PRODUCT_MODULE_NAME).SceneDelegate
+ UISceneStoryboardFile
+ Main
+
+
+
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+
+
diff --git a/Crabs/Crabs/InfoViewController.swift b/Crabs/Crabs/InfoViewController.swift
new file mode 100644
index 00000000..50da1e2a
--- /dev/null
+++ b/Crabs/Crabs/InfoViewController.swift
@@ -0,0 +1,33 @@
+//
+// InfoViewController.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+class InfoViewController: UIViewController {
+
+ @IBAction func doneButton(_ sender: Any) {
+ navigationController?.popToRootViewController(animated: true)
+}
+ override func viewDidLoad() {
+ super.viewDidLoad()
+
+ // Do any additional setup after loading the view.
+ }
+
+}
+ /*
+ // MARK: - Navigation
+
+ // In a storyboard-based application, you will often want to do a little preparation before navigation
+ override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
+ // Get the new view controller using segue.destination.
+ // Pass the selected object to the new view controller.
+ }
+ */
+
+
diff --git a/Crabs/Crabs/SceneDelegate.swift b/Crabs/Crabs/SceneDelegate.swift
new file mode 100644
index 00000000..21f32d65
--- /dev/null
+++ b/Crabs/Crabs/SceneDelegate.swift
@@ -0,0 +1,53 @@
+//
+// SceneDelegate.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+class SceneDelegate: UIResponder, UIWindowSceneDelegate {
+
+ var window: UIWindow?
+
+
+ func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
+ // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
+ // If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
+ // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
+ guard let _ = (scene as? UIWindowScene) else { return }
+ }
+
+ func sceneDidDisconnect(_ scene: UIScene) {
+ // Called as the scene is being released by the system.
+ // This occurs shortly after the scene enters the background, or when its session is discarded.
+ // Release any resources associated with this scene that can be re-created the next time the scene connects.
+ // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
+ }
+
+ func sceneDidBecomeActive(_ scene: UIScene) {
+ // Called when the scene has moved from an inactive state to an active state.
+ // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
+ }
+
+ func sceneWillResignActive(_ scene: UIScene) {
+ // Called when the scene will move from an active state to an inactive state.
+ // This may occur due to temporary interruptions (ex. an incoming phone call).
+ }
+
+ func sceneWillEnterForeground(_ scene: UIScene) {
+ // Called as the scene transitions from the background to the foreground.
+ // Use this method to undo the changes made on entering the background.
+ }
+
+ func sceneDidEnterBackground(_ scene: UIScene) {
+ // Called as the scene transitions from the foreground to the background.
+ // Use this method to save data, release shared resources, and store enough scene-specific state information
+ // to restore the scene back to its current state.
+ }
+
+
+}
+
diff --git a/Crabs/Crabs/SettingsViewController.swift b/Crabs/Crabs/SettingsViewController.swift
new file mode 100644
index 00000000..ea38dde9
--- /dev/null
+++ b/Crabs/Crabs/SettingsViewController.swift
@@ -0,0 +1,50 @@
+//
+// SettingsViewController.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+class SettingsViewController: UIViewController {
+
+ @IBOutlet weak var toggleRoll: UISwitch!
+
+
+
+ @IBAction func toggleRoll(_ sender: UISwitch) {
+ Settings.shared.shouldRoll = sender.isOn
+ }
+
+ @IBAction func toggleZoom(_ sender: UISwitch) {
+ Settings.shared.shouldZoom = sender.isOn
+
+ }
+ @IBOutlet weak var toggleZoom: UISwitch!
+ func toggleZoomOn(_: Bool, animated: Bool) {
+
+
+
+
+ func viewDidLoad() {
+ super.viewDidLoad()
+
+ // Do any additional setup after loading the view.
+ }
+}
+}
+
+
+ /*
+ // MARK: - Navigation
+
+ // In a storyboard-based application, you will often want to do a little preparation before navigation
+ override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
+ // Get the new view controller using segue.destination.
+ // Pass the selected object to the new view controller.
+ }
+ */
+
+
diff --git a/Crabs/Crabs/ViewController.swift b/Crabs/Crabs/ViewController.swift
new file mode 100644
index 00000000..8d0f778e
--- /dev/null
+++ b/Crabs/Crabs/ViewController.swift
@@ -0,0 +1,20 @@
+//
+// ViewController.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import UIKit
+
+class ViewController: UIViewController {
+
+ override func viewDidLoad() {
+ super.viewDidLoad()
+ // Do any additional setup after loading the view.
+ }
+
+
+}
+
diff --git a/Crabs/Crabs/customScene.swift b/Crabs/Crabs/customScene.swift
new file mode 100644
index 00000000..92d7a9c3
--- /dev/null
+++ b/Crabs/Crabs/customScene.swift
@@ -0,0 +1,52 @@
+//
+// customScene.swift
+// Crabs
+//
+// Created by Eugene White on 6/4/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import Foundation
+import SpriteKit
+
+class CustomScene: SKScene {
+ let crab = SKSpriteNode()
+
+ // Add and center child, initializing animation sequence
+ override func sceneDidLoad() {
+ super.sceneDidLoad()
+ addChild(crab)
+ crab.loadTextures(named: "HappyCrab", forKey: SKSpriteNode.textureKey)
+ crab.position = CGPoint(x: frame.midX, y: frame.midY)
+ }
+
+ // Move to touch
+ public override func touchesBegan(_ touches: Set, with event: UIEvent?) {
+
+ // Fetch a touch or leave
+ guard !touches.isEmpty, let touch = touches.first else { return }
+
+ // Retrieve position
+ let position = touch.location(in: self)
+
+ // Create move action
+ let actionDuration = 1.0
+ let moveAction = SKAction.move(to: position, duration: actionDuration)
+
+ let rollAction = SKAction.rotate(byAngle: CGFloat.pi * 2, duration: actionDuration)
+ let zoomAction = SKAction.scale(by: 1.3, duration: 0.3)
+ let unzoomAction = SKAction.scale(to: 1.0, duration: 0.1)
+
+ switch Settings.shared.shouldZoom {
+ case false:
+ crab.run(moveAction)
+ case true:
+ let sequenceAction = SKAction.sequence([zoomAction, moveAction, unzoomAction])
+ crab.run(sequenceAction)
+ }
+
+ if Settings.shared.shouldRoll {
+ crab.run(rollAction)
+ }
+ }
+}
diff --git a/Crabs/Crabs/info.storyboard b/Crabs/Crabs/info.storyboard
new file mode 100644
index 00000000..1ece972c
--- /dev/null
+++ b/Crabs/Crabs/info.storyboard
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crabs/Crabs/settings.swift b/Crabs/Crabs/settings.swift
new file mode 100644
index 00000000..148e6e3c
--- /dev/null
+++ b/Crabs/Crabs/settings.swift
@@ -0,0 +1,17 @@
+//
+// settings.swift
+// Crabs
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import Foundation
+
+class Settings {
+ static let shared = Settings()
+ private init() {}
+
+ var shouldRoll = false
+ var shouldZoom = false
+}
diff --git a/Crabs/CrabsTests/CrabsTests.swift b/Crabs/CrabsTests/CrabsTests.swift
new file mode 100644
index 00000000..ffe9634c
--- /dev/null
+++ b/Crabs/CrabsTests/CrabsTests.swift
@@ -0,0 +1,34 @@
+//
+// CrabsTests.swift
+// CrabsTests
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import XCTest
+@testable import Crabs
+
+class CrabsTests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // This is an example of a functional test case.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testPerformanceExample() throws {
+ // This is an example of a performance test case.
+ self.measure {
+ // Put the code you want to measure the time of here.
+ }
+ }
+
+}
diff --git a/Crabs/CrabsTests/Info.plist b/Crabs/CrabsTests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Crabs/CrabsTests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Crabs/CrabsUITests/CrabsUITests.swift b/Crabs/CrabsUITests/CrabsUITests.swift
new file mode 100644
index 00000000..872e2414
--- /dev/null
+++ b/Crabs/CrabsUITests/CrabsUITests.swift
@@ -0,0 +1,43 @@
+//
+// CrabsUITests.swift
+// CrabsUITests
+//
+// Created by Eugene White on 6/3/20.
+// Copyright © 2020 Eugene White. All rights reserved.
+//
+
+import XCTest
+
+class CrabsUITests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+
+ // In UI tests it is usually best to stop immediately when a failure occurs.
+ continueAfterFailure = false
+
+ // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // UI tests must launch the application that they test.
+ let app = XCUIApplication()
+ app.launch()
+
+ // Use recording to get started writing UI tests.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testLaunchPerformance() throws {
+ if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) {
+ // This measures how long it takes to launch your application.
+ measure(metrics: [XCTOSSignpostMetric.applicationLaunch]) {
+ XCUIApplication().launch()
+ }
+ }
+ }
+}
diff --git a/Crabs/CrabsUITests/Info.plist b/Crabs/CrabsUITests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Crabs/CrabsUITests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Crabs/test.storyboard b/Crabs/test.storyboard
new file mode 100644
index 00000000..fda0aa1e
--- /dev/null
+++ b/Crabs/test.storyboard
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Crabs/test~.storyboard b/Crabs/test~.storyboard
new file mode 100644
index 00000000..8a701c68
--- /dev/null
+++ b/Crabs/test~.storyboard
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+