Open
Conversation
Contributor
|
I did not understand the purpose of doing this? @8bitgentleman =x |
Contributor
Author
|
This was test/example pull as part of a larger discussion on how to teach the player the different mechanics of to game without telling them by text. However we never came to a consensus on the best way to implement the idea |
Contributor
|
Okay, I understand a little better thanks. So this is a kind of tutorial to show you do not can to jump on enemies but you have to kill them with an attack. A bit like with the level of the hippy but is the reverse. You have to show that it is possible to jumped on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull is inversely related to #2534. I’ve added an acorn at the beginning of the forest levels that continuously rages and attacks the player. This is to teach the player that some enemies shouldn’t be jumped on and can be attacked instead. I wanted to keep this pull small and just show off another possible way that we can teach game mechanics.