cuttle icon indicating copy to clipboard operation
cuttle copied to clipboard

[Feature]: Update point counter to new design

Open itsalaidbacklife opened this issue 3 years ago • 2 comments

Feature Summary

Currently score is tracked using the text 'Points: <some_number> Goal: <another_number> next to the player hands. We have a new design that will save vertical space and look nicer

Detailed Description

Here is the intended design: image

This will entail creating a new PlayerScore.vue component which will display that player's point count and goal, and should be filled in when it's that player's turn.

That component should take one prop for the player score, another for the player kingCount (which will be used to compute the displayed Goal), one for which direction to point (up or down) and another to determine whether it is filled in or not (should be filled in when it's that player's turn).

The GameView should then instantiate two of these components (one for each player) in between the deck/scrap and the player's points, as shown in the design

itsalaidbacklife avatar Oct 18 '22 14:10 itsalaidbacklife

@itsalaidbacklife will begin looking into this one.

jerryh-jr avatar Dec 09 '22 22:12 jerryh-jr

Resolved by #336

itsalaidbacklife avatar Apr 18 '23 15:04 itsalaidbacklife