Show HN: Logarithmic Flappy 2048
logarithmic-flappy-2048.ajf.me
Show HN: Logarithmic Flappy 2048
1–10 of 75 posts
Re: Show HN: Logarithmic Flappy 2048
#2Re: Show HN: Logarithmic Flappy 2048
#3>9000.
Re: Show HN: Logarithmic Flappy 2048
#4[deleted]
Re: Show HN: Logarithmic Flappy 2048
#5Alright, now I understand the appeal of flappy bird.
Re: Show HN: Logarithmic Flappy 2048
#6Inspired 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
#7Welp. http://cl.ly/image/13370z0l053H
Score thread? Score thread. http://i.imgur.com/aOf0Dxz.png
Re: Show HN: Logarithmic Flappy 2048
#8Welp. http://cl.ly/image/13370z0l053H
Score thread? Score thread. http://i.imgur.com/aOf0Dxz.png
woot woot http://i.imgur.com/MTNHbct.png
Re: Show HN: Logarithmic Flappy 2048
#9It 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!
Re: Show HN: Logarithmic Flappy 2048
#10Cool. I'm on a MBP with 1280x800 resolution and tapping up on the keyboard moves the page to the top, which cuts off the bottom of the game board. A little annoying :(