elkowar / elkowar/Termibbl

Keep a fixed order of players across rounds and display players in the correct order

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
server
Dominant language
Rust
Stars
71
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Currently, the players scores are stored in an unordered hashmap, meaning that there is no actual order of players across rounds. Also, because that map is used to display the players in the UI, the order of players there randomly changes.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the unordered hashmap that stores player scores and the UI code that uses it to display players. Verify how players are carried between rounds, then ensure their order remains fixed across rounds and matches the displayed order; done means the same player order is preserved and no longer changes randomly.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.