From fff36074eecf575408c820f9cbf8a9f2dc6942c5 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 2 Nov 2013 15:07:11 -0400 Subject: [PATCH] gets harder as you play --- main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.coffee b/main.coffee index b44afb6..e67a3e3 100644 --- a/main.coffee +++ b/main.coffee @@ -313,7 +313,7 @@ save_game = -> # remove the selected tiles from the board, create new tiles, and slide everything into place blip_selection = -> - difficulty = 7 # higher numbers are easier + difficulty = 11 - Math.log(100 + score) # higher numbers are easier unsink = difficulty * score_for selected_word() # how much tile restoration we have left to do faders = selected.num_sort() selected = [] -- 1.7.10.4