Cheneth / coup-online

An online port of the card game 'Coup'
MIT License
95 stars 38 forks source link

Remove console.logs revealing other players' cards #10

Closed thedrummeraki closed 3 years ago

thedrummeraki commented 3 years ago

Background

It is possible to view all of the other players' cards by simply opening the browser's console, which can be unfair. Example: the current screen is visible by user join and they can see not only their cards but the other player's (main) cards

Screen Shot 2020-11-27 at 2 16 37 PM

Solution

Delete all console.log statements printing player information.

Am I missing some places?

Cheneth commented 3 years ago

Changes are live! @thedrummeraki