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

Leaderboard for Player Rankings Against AI Opponents #9

Open
3 tasks
SverreNystad opened this issue Dec 29, 2023 · 2 comments
Open
3 tasks

Leaderboard for Player Rankings Against AI Opponents #9

SverreNystad opened this issue Dec 29, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SverreNystad
Copy link
Owner

This task involves creating a leaderboard system to rank players based on their performance against AI opponents in our games. The leaderboard should provide a competitive and motivating environment for players, encouraging them to improve their skills and climb the rankings.

Acceptance Criteria:

  • The leaderboard is implemented and accurately ranks players based on their performance against AI opponents.
  • There is a reachable page for looking up the leaderboard
  • The leaderboard is persistent even after restarting the backend
@SverreNystad SverreNystad added the enhancement New feature or request label Dec 29, 2023
@SverreNystad
Copy link
Owner Author

This will require data storage, either writing to a file or a database like Postgres. If we implement this as well we will effectively have made an application that would be fit for a subject like IT1901 - Informatics, Project I in two days xD

@SverreNystad
Copy link
Owner Author

I do not yet know what exactly we should measure when dealing with performance. It could be rounds survived and or how few turns were used to win over specific agents. We could maybe have a table that one can order based on agent and amoute of turns

@SverreNystad SverreNystad added this to the v.2.0.0 milestone Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants