Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHaiku2048 #908
Merged
Haiku2048 #908
+43
−0
Conversation
|
Whoever merges has to squash&merge. |
haiku-games/2048/2048-1.0.0.recipe
Outdated
| @@ -0,0 +1,47 @@ | |||
| SUMMARY="Clone of the game 2048" | |||
This comment has been minimized.
This comment has been minimized.
haiku-games/2048/2048-1.0.0.recipe
Outdated
| SUMMARY="Clone of the game 2048" | ||
| DESCRIPTION="Clone of the popular 2048 game. | ||
| HOW TO PLAY: Use your arrow keys to move the tiles. |
This comment has been minimized.
This comment has been minimized.
humdingerb
Dec 3, 2016
Member
I'd remove the repeat of the SUMMARY and go with:
"The goal of this popular tile game is get to tile 2048.
Use the cursor keys to move the tiles. When two tiles with the same number
touch, they merge into one."
haiku-games/2048/2048-1.0.0.recipe
Outdated
| When two tiles with the same number touch, they merge into one! | ||
| Your goal is to get to the 2048 tile! | ||
| " |
This comment has been minimized.
This comment has been minimized.
humdingerb
Dec 3, 2016
Member
The closing " should be in the same line as the last DESCRIPTION line.
haiku-games/2048/2048-1.0.0.recipe
Outdated
| " | ||
| BUILD_PREREQUIRES=" | ||
| makefile_engine | ||
| cmd:gcc |
This comment has been minimized.
This comment has been minimized.
|
@humdingerb Squashed them. |
|
Now that this PR has been merged, the branch it is based on is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
ohnx commentedDec 3, 2016
Add Haiku2048