Live data from Hacker News

Show HN: I made a web game called Almost Pong

lessmilk.com

31–40 of 189 posts

Re: Show HN: I made a web game called Almost Pong

#39

Reminds me of one of the standard version Easter eggs in Android a few versions ago was a game with this exact same 'press to make float' action

Android Lollipop (5.0) easter egg game https://youtu.be/pTuJztsquzE

Yes, I guess also inspired by Flappy Bird.

Re: Show HN: I made a web game called Almost Pong

#40
Impossible to play on a 280hz monitor. I see you're using Date.now() to calculate the delta. Instead, use the first argument given to you by requestAnimationFrame for higher resolution, which is a DOMHighResTimeStamp[0]

[0] https://developer.mozilla.org/en-US/docs/Web/API/DOMHighResT...

Post reply on HN