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

[GH-1010] - Fix deathmatch endgame results #1008

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tvillegas98
Copy link
Contributor

@tvillegas98 tvillegas98 commented Dec 13, 2024

Motivation

Closes #1010
We were unable to store the results of some players due to two main reasons:

  1. The file apps/game_backend/priv/arena_prestige_ranks.json, where we store prestiges based on player positions, only supported up to 10 players 😬.
  2. The game tracker was not properly tracking the players' positions in the match.

I created an issue with the things we can improve #1011

Summary of changes

How to test it?

You can explain how you tested it or suggest a way to do so.

Checklist

  • Tested the changes locally.
  • Reviewed the changes on GitHub, line by line.
  • This change requires new documentation.
    • Documentation has been added/updated.

@tvillegas98 tvillegas98 marked this pull request as ready for review December 17, 2024 19:46
@tvillegas98 tvillegas98 marked this pull request as draft December 17, 2024 19:52
@tvillegas98 tvillegas98 changed the title Fix endgame results [GH-1010] - Fix deathmatch endgame results Dec 17, 2024
@tvillegas98 tvillegas98 marked this pull request as ready for review December 17, 2024 22:07
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.

[BUG] - Deathmatch end game results error
2 participants