Cheneth / coup-online

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

JS console allows you to cheat! #6

Closed johacker closed 3 years ago

johacker commented 4 years ago

I noticed that if you use the developer tools to view the console while playing, you can see what everyone else's influence cards are :) Just needs a few console.logs removed, I guess. This is a lovely neat implementation though - thanks for putting it out there!

Hillshum commented 3 years ago

Simply removing the logs won't remove the data, but it's a good start. Refactoring the server to not send extra info would be needed.