elkowar / Termibbl

A minimal skribbl.io-alike, but running in your terminal!
MIT License
64 stars 3 forks source link

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

Open elkowar opened 4 years ago

elkowar commented 4 years ago

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.