letsgamedev / Suffragium

A game developed in a democratic cycle.
GNU Affero General Public License v3.0
51 stars 21 forks source link

Sort it: Fix player select screen and auto open help popup #68

Closed RedstoneMedia closed 2 years ago

RedstoneMedia commented 2 years ago

Description

This fixes an issue where the player select screen wouldn't show the "Press button to add" text, for the first player.

Before:

image

After:

image

This PR also adds a feature: The Help screen will now automatically open, if the game has not been played before, ensuring that at least one player at least knows, that there is a help screen (Even better if they actually look at it properly).

This PR is motivated by the not so desirable user experience shown in Toms latest video of this game.

Type of change