samiheikki / javascript-guessing-game

You know there are too many JavaScript libraries when there is a game for it 🎯
https://javascript-game.firebaseapp.com/
416 stars 82 forks source link

The game is hackable #157

Open fedex1 opened 7 years ago

fedex1 commented 7 years ago

This really should use firebase cloud functions for scoring. If you make the score writable from the client the user can set it to anything they want.

See javascript guessing game - you don t know

samiheikki commented 7 years ago

R.I.P. Yeah I should look into that