We need to remove the score attribute in the player struct. There is no way to transfer score but you can transfer silver tokens, which is confusing for players.
Instead we should allow the admin to choose if they want to make silver transferable and make the win condition based on the number of silver tokens they have at the end of the round.
We need to remove the score attribute in the player struct. There is no way to transfer score but you can transfer silver tokens, which is confusing for players.
Instead we should allow the admin to choose if they want to make silver transferable and make the win condition based on the number of silver tokens they have at the end of the round.