Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed entombed cooperative rewards #7

Merged
merged 3 commits into from
Oct 26, 2020
Merged

Conversation

benblack769
Copy link

@benblack769 benblack769 commented Oct 25, 2020

Entombed is separated into a number of stages, each stage having 5 invisible parts.

Each stage is faster than the one previous, when you die, you go back to the beginning of the stage.

In this PR, you are rewarded for progressing onto the next part of a current stage, or for starting a new stage. This means you get a maximum of 5 reward per stage (unless you die, then you get to repeat a stage). It also means that when you lose 1 life, you always get a reward immediately afterwards. This is not a bug, this is reflective of the actual functionality in the single player game.

The way to maximize discounted reward in this game is to advance to the latest stage you can reliably complete, then make sure to die right before finishing it, so you can do it over and over again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants