-
Notifications
You must be signed in to change notification settings - Fork 37
Survival Score issue #122
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
Comments
@flemming-n-larsen Please help me take a look. |
It seems like this will multiply by the number of rounds. |
@594872799 I will have a look into this. 🙂 |
@594872799 I will fix this. |
This comment was marked as resolved.
This comment was marked as resolved.
flemming-n-larsen
added a commit
that referenced
this issue
Dec 27, 2024
…, which was got to big after multiple rounds.
flemming-n-larsen
added a commit
that referenced
this issue
Dec 31, 2024
…us due to as the ScoreAndDamage needed to be reset after each round.
This bug has been fixed with release 0.28.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the scoring rules, the description states: "Each bot that survives a round scores 50 points every time another bot dies." But my debugging results don’t match this. For example, how could two tanks in two rounds have a survival score of 150?
https://robocode-dev.github.io/tank-royale/articles/scoring.html
The text was updated successfully, but these errors were encountered: