abejfehr / parity

A numbers puzzle game
https://abefehr.com/parity/
MIT License
36 stars 20 forks source link

Add some scoring system #18

Open abejfehr opened 9 years ago

abejfehr commented 9 years ago

No scoring system exists which gives nobody the incentive to beat the game. We need to add some kind of scoring system to change that.

dilborg commented 9 years ago

Scoring could be based on time to complete a level, or attempts to complete a level.

abejfehr commented 9 years ago

The problem is that once a user figures out how to complete a level, they can reset it and just finish it quickly, giving them a good score. If you don't reset the timer when the push the reset button, the user can just do it by refreshing the page. The only other way is if the timer was server-side, in which case we need a server :stuck_out_tongue_winking_eye: