[Feature]: Update point counter to new design
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:

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 will begin looking into this one.
Resolved by #336