Live data from Hacker News

Show HN: Logarithmic Flappy 2048

logarithmic-flappy-2048.ajf.me

1–10 of 75 posts

Re: Show HN: Logarithmic Flappy 2048

#6
Inspired by this comment: https://news.ycombinator.com/item?id=7431180

I literally just made the display code use Math.pow(2) on everything, after discovering that changing the internal score by doubling instead of incremental would increase the speed exponentially with each hop, rendering it unplayable.

Re: Show HN: Logarithmic Flappy 2048

#9
It is a bit odd when the numbers go into scientific notation. :)

http://i.imgur.com/Q2qHoSs.png

Also, it seems that at a certain point length, the two score boxes will shift to being on top of one another instead of side by side[1], which moves the whole playfield's place in the window. Adds a bit of an added challenge!

[1] http://i.imgur.com/BW6RV2e.png

Post reply on HN