fwenzel / serpent

An Open Web app version of the classic game "snake".
http://fwenzel.github.com/serpent
14 stars 2 forks source link

Enable the achievement of different scores #5

Open fwenzel opened 12 years ago

fwenzel commented 12 years ago

To enable a meaningful leaderboard (Issue #4), it also has to be possible to actually achieve different scores.

The speed (Issue #1) could act as a multiplier. Also, currently levels change not based on time but based on how much fruit you eat. Switching that to time will allow you to eat fruit until you level up automatically, so people will end up with very different scores.

Also, all fruit currently has the same value. Perhaps I want different fruit with different points.