Live data from Hacker News

Show HN: I made a web game called Almost Pong

lessmilk.com

41–50 of 189 posts

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

#42
Good Job, I hate you for tempting me to play more.

I'm afraid to play more because I think a bunch of random objects will pop up and make me go crazy, and its a little too late at night for me to start doing that and get sucked into something.

Otherwise excellent execution, and I think you pulled off a nice, simple runner style game with a classic look and good polish!

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

#44
Remember when Flappy Bird was making $50k a day (or something like that [0]) and the creator should shut it down? Ah, memories. You could potentially recreate this to put on the mobile app stores and see how it does, I think a lot of people would play it.

Oh, and soon you'll see people here on HN competing to hack the top score as with previous games [1], either though writing an AI to play the game or by modifying the JS itself on the site.

[0] https://www.cnet.com/tech/services-and-software/no-flappy-bi...

[1] https://news.ycombinator.com/item?id=29921419

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

#50

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...

[deleted]
Post reply on HN