Skip to content

Commit

Permalink
docs: add link to app store
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed Jun 16, 2021
1 parent 4f38f15 commit 4ed913a
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 3 deletions.
46 changes: 46 additions & 0 deletions Documentation/download-on-the-ios-app-store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Inspired by [Not Tetris 2](https://stabyourself.net/nottetris2/), made for Apple
![short animation showing a tetris piece dropping, and a line getting cleared](./Documentation/preview.gif)

[<img src="./Documentation/download-on-the-app-store.svg">](https://apps.apple.com/app/wonky-blocks/id1518895900)
[<img src="./Documentation/download-on-the-ios-app-store.svg">](https://apps.apple.com/app/wonky-blocks/id1518895900)

## How to Play
Your goal is to last as long as possible without letting the pile reach the top of the board by removing as many lines as possible. A line is removed when the area of pieces in the row is high enough. Gain more points by removing multiple lines at once. Unlike normal Tetris, pieces do not rotate in 90 degree increments or fall one line at a time.
Expand All @@ -16,3 +17,6 @@ _Z_ and _X_ keys rotate left and right. Arrow keys move the piece.

### iPhone and iPad (without Keyboard)
Use the two touch joysticks. The left joystick moves the piece, and the right joystick rotates the piece.

### Game Controllers
Game controllers are also supported on all platforms
8 changes: 6 additions & 2 deletions Wonky Blocks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
45BEC135244E5D6400B38F83 /* SwiftClipperPath+asCgPath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SwiftClipperPath+asCgPath.swift"; sourceTree = "<group>"; };
45CFA6FC2590FA42000509BB /* Screenshots-instructions.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Screenshots-instructions.md"; sourceTree = "<group>"; };
45CFA6FF25910D7E000509BB /* app-store-description.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "app-store-description.md"; sourceTree = "<group>"; };
45DC24CA267AC46100DEA9C3 /* download-on-the-ios-app-store.svg */ = {isa = PBXFileReference; lastKnownFileType = text; path = "download-on-the-ios-app-store.svg"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -112,6 +113,7 @@
isa = PBXGroup;
children = (
45332F4C24ECA5D900F7A72C /* preview.gif */,
45DC24CA267AC46100DEA9C3 /* download-on-the-ios-app-store.svg */,
);
path = Documentation;
sourceTree = "<group>";
Expand Down Expand Up @@ -450,7 +452,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Wonky Blocks/Wonky Blocks.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Wonky Blocks/Preview Content\"";
DEVELOPMENT_TEAM = Z6E4CU9G46;
ENABLE_PREVIEWS = YES;
Expand All @@ -460,6 +462,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "org.literalpie.wonky-blocks";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
Expand All @@ -474,7 +477,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Wonky Blocks/Wonky Blocks.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Wonky Blocks/Preview Content\"";
DEVELOPMENT_TEAM = Z6E4CU9G46;
ENABLE_PREVIEWS = YES;
Expand All @@ -484,6 +487,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "org.literalpie.wonky-blocks";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
Expand Down
2 changes: 1 addition & 1 deletion Wonky Blocks/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 4ed913a

Please sign in to comment.