raymondjacobson / custom-catchphrase

Catch-phrase web app with customizable word options. A tool to help teach.
1 stars 0 forks source link

Buzzer improvements #5

Open raymondjacobson opened 11 years ago

raymondjacobson commented 11 years ago

Improve function that corresponds to buzzer speed up rate. (i.e use exponential/log function) Improve game time, etc. as needed in relation to buzzer time. Relevant code is coffeescript in games.js.coffee (lines 104)

raymondjacobson commented 11 years ago

currently a stepwise function with 4 increments at 2/3, 1/3, 1/5, 1/6 time remaining.