Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions SOPA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,20 @@
64EFCB3E240E732F00714E7C /* LevelDestroyer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64EFCB3C240E732F00714E7C /* LevelDestroyer.swift */; };
64EFCB40240E763A00714E7C /* LevelSolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64EFCB3F240E763A00714E7C /* LevelSolver.swift */; };
64EFCB41240E763A00714E7C /* LevelSolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64EFCB3F240E763A00714E7C /* LevelSolver.swift */; };
A11E00012602000100AAB001 /* StartMenuScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA001 /* StartMenuScene.swift */; };
A11E00012602000100AAB002 /* StartMenuScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA001 /* StartMenuScene.swift */; };
A11E00012602000100AAB003 /* CreditsScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA002 /* CreditsScene.swift */; };
A11E00012602000100AAB004 /* CreditsScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA002 /* CreditsScene.swift */; };
A11E00012602000100AAB005 /* TutorialScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA003 /* TutorialScene.swift */; };
A11E00012602000100AAB006 /* TutorialScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA003 /* TutorialScene.swift */; };
A11E00012602000100AAB007 /* TutorialGameScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA004 /* TutorialGameScene.swift */; };
A11E00012602000100AAB008 /* TutorialGameScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA004 /* TutorialGameScene.swift */; };
A11E00012602000100AAB009 /* SopaTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA005 /* SopaTheme.swift */; };
A11E00012602000100AAB00A /* SopaTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA005 /* SopaTheme.swift */; };
A11E00012602000100AAB00B /* LabelSizing.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA006 /* LabelSizing.swift */; };
A11E00012602000100AAB00C /* LabelSizing.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA006 /* LabelSizing.swift */; };
A11E00012602000100AAB00D /* ButtonTextureFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA007 /* ButtonTextureFactory.swift */; };
A11E00012602000100AAB00E /* ButtonTextureFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E00012602000100AAA007 /* ButtonTextureFactory.swift */; };
A1B2C3D424FA000100000001 /* JustPlayServiceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000011 /* JustPlayServiceTest.swift */; };
A1B2C3D424FA000100000002 /* helper/LevelServiceImplUnlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000012 /* helper/LevelServiceImplUnlockingTest.swift */; };
A1B2C3D424FA000100000003 /* database/JustPlayHighscorePersistenceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000013 /* database/JustPlayHighscorePersistenceTest.swift */; };
Expand Down Expand Up @@ -191,6 +205,13 @@
64D66B1A21426ADC00595BD3 /* progbot.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = progbot.ttf; sourceTree = "<group>"; };
64EFCB3C240E732F00714E7C /* LevelDestroyer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LevelDestroyer.swift; sourceTree = "<group>"; };
64EFCB3F240E763A00714E7C /* LevelSolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LevelSolver.swift; sourceTree = "<group>"; };
A11E00012602000100AAA001 /* StartMenuScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartMenuScene.swift; sourceTree = "<group>"; };
A11E00012602000100AAA002 /* CreditsScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditsScene.swift; sourceTree = "<group>"; };
A11E00012602000100AAA003 /* TutorialScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TutorialScene.swift; sourceTree = "<group>"; };
A11E00012602000100AAA004 /* TutorialGameScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TutorialGameScene.swift; sourceTree = "<group>"; };
A11E00012602000100AAA005 /* SopaTheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SopaTheme.swift; sourceTree = "<group>"; };
A11E00012602000100AAA006 /* LabelSizing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelSizing.swift; sourceTree = "<group>"; };
A11E00012602000100AAA007 /* ButtonTextureFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonTextureFactory.swift; sourceTree = "<group>"; };
A1B2C3D424FA000100000011 /* JustPlayServiceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustPlayServiceTest.swift; sourceTree = "<group>"; };
A1B2C3D424FA000100000012 /* helper/LevelServiceImplUnlockingTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = helper/LevelServiceImplUnlockingTest.swift; sourceTree = "<group>"; };
A1B2C3D424FA000100000013 /* database/JustPlayHighscorePersistenceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = database/JustPlayHighscorePersistenceTest.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -377,10 +398,17 @@
64182B18208DCE0A00CF639A /* LevelModeGameScene.swift */,
64D5B8CE20ADE2680007D982 /* LevelModeScoreScene.swift */,
64D5B8D020B46BD70007D982 /* LevelChoiceScene.swift */,
A11E00012602000100AAA001 /* StartMenuScene.swift */,
A11E00012602000100AAA002 /* CreditsScene.swift */,
A11E00012602000100AAA003 /* TutorialScene.swift */,
A11E00012602000100AAA004 /* TutorialGameScene.swift */,
642E2B3E213B0B1E002669E5 /* LevelSelectButton.swift */,
642E2B41213D257C002669E5 /* LevelButtonPositioner.swift */,
646E6AE8213E80F7001D195B /* LevelButtonArea.swift */,
648558C221412BBD00B61C31 /* EffectSpriteButton.swift */,
A11E00012602000100AAA005 /* SopaTheme.swift */,
A11E00012602000100AAA006 /* LabelSizing.swift */,
A11E00012602000100AAA007 /* ButtonTextureFactory.swift */,
);
path = LevelMode;
sourceTree = "<group>";
Expand Down Expand Up @@ -563,6 +591,10 @@
64EFCB40240E763A00714E7C /* LevelSolver.swift in Sources */,
6493FB652073D6510044B4E0 /* SOPA.xcdatamodeld in Sources */,
64D5B8CF20ADE2680007D982 /* LevelModeScoreScene.swift in Sources */,
A11E00012602000100AAB003 /* CreditsScene.swift in Sources */,
A11E00012602000100AAB001 /* StartMenuScene.swift in Sources */,
A11E00012602000100AAB005 /* TutorialScene.swift in Sources */,
A11E00012602000100AAB007 /* TutorialGameScene.swift in Sources */,
63F661231F9B346E0043ABCF /* AppDelegate.swift in Sources */,
E1AA11122602000100ABCDEF /* SceneDelegate.swift in Sources */,
6446C3031FAC80DC00806A10 /* LevelTranslator.swift in Sources */,
Expand All @@ -574,6 +606,9 @@
6446C2EF1FAC802900806A10 /* GameServiceImpl.swift in Sources */,
642E2B3F213B0B1E002669E5 /* LevelSelectButton.swift in Sources */,
64206E6C240EBB71001151B4 /* JustPlayGameScene.swift in Sources */,
A11E00012602000100AAB009 /* SopaTheme.swift in Sources */,
A11E00012602000100AAB00B /* LabelSizing.swift in Sources */,
A11E00012602000100AAB00D /* ButtonTextureFactory.swift in Sources */,
6446C3011FAC80DC00806A10 /* LevelFileService.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -632,9 +667,16 @@
646902C6207F6B7600283F71 /* GameServiceImpl.swift in Sources */,
64847A0B215A382B0012B732 /* LevelModeScoreScene.swift in Sources */,
64206E6D240EBB71001151B4 /* JustPlayGameScene.swift in Sources */,
A11E00012602000100AAB004 /* CreditsScene.swift in Sources */,
A11E00012602000100AAB002 /* StartMenuScene.swift in Sources */,
A11E00012602000100AAB006 /* TutorialScene.swift in Sources */,
A11E00012602000100AAB008 /* TutorialGameScene.swift in Sources */,
646902CE207F6B7D00283F71 /* LevelFileService.swift in Sources */,
646902DA207F6BD500283F71 /* GameScene.swift in Sources */,
642E2B40213B0B1E002669E5 /* LevelSelectButton.swift in Sources */,
A11E00012602000100AAB00A /* SopaTheme.swift in Sources */,
A11E00012602000100AAB00C /* LabelSizing.swift in Sources */,
A11E00012602000100AAB00E /* ButtonTextureFactory.swift in Sources */,
646902C7207F6B7600283F71 /* Level.swift in Sources */,
642EE5BD22423AAF00680612 /* ProportionSet.swift in Sources */,
);
Expand Down
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/border/borders.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "empty.png"
"filename" : "borders.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "border.png"
"filename" : "bordersFinish.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "border.png"
"filename" : "bordersFinish_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "border.png"
"filename" : "bordersStart.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "border.png"
"filename" : "bordersStart_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SOPA/Assets.xcassets/tiles/a.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file modified SOPA/Assets.xcassets/tiles/a.imageset/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/a_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "a.png"
"filename" : "a_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/c.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "c.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Binary file added SOPA/Assets.xcassets/tiles/c.imageset/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/c_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "c_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/e.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "e.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Binary file added SOPA/Assets.xcassets/tiles/e.imageset/e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/e_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "e_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SOPA/Assets.xcassets/tiles/g.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file modified SOPA/Assets.xcassets/tiles/g.imageset/g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/g_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "g_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SOPA/Assets.xcassets/tiles/i.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file modified SOPA/Assets.xcassets/tiles/i.imageset/i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/i_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "i.png"
"filename" : "i_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SOPA/Assets.xcassets/tiles/o.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file modified SOPA/Assets.xcassets/tiles/o.imageset/o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/u.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "u.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Binary file added SOPA/Assets.xcassets/tiles/u.imageset/u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SOPA/Assets.xcassets/tiles/u_filled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"images" : [
{
"idiom" : "universal",
"filename" : "g.png"
"filename" : "u_filled.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading