Show HN: I made a web game called Almost Pong
31–40 of 189 posts
Fun game. On the mobile it would be great if I could tap anywhere on the screen and not just the black area as my thumb obscured the paddles sometimes.
Re: Show HN: I made a web game called Almost Pong
#32Nice! What a fun little game. Ended up with 36, and I feel like after 30, the bars stopped getting smaller, not sure though.
Re: Show HN: I made a web game called Almost Pong
#33flappy pong!
Great game-feel and sound.
Only complaint is a standard one: on mobile, your thumb obscures the play area. Maybe have a surrounding area be touch sensitive? Or say it's part of the challenge, to switch thumbs, like you're playing both sides...
Re: Show HN: I made a web game called Almost Pong
#34Re: Show HN: I made a web game called Almost Pong
#35Wow, the parabolic motion for this is spot-on. It seems you faithfully reproduced s=(a*t^2)/2, or got extremely close to it - very impressive :) It's also very responsive.
(max score of 47 on macOS Safari)
Re: Show HN: I made a web game called Almost Pong
#36Source code?
Re: Show HN: I made a web game called Almost Pong
#37Reminds 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
Re: Show HN: I made a web game called Almost Pong
#38Is the name a nod to Almost Pizza https://www.youtube.com/watch?v=KLHRjaUBb3o ?
Re: Show HN: I made a web game called Almost Pong
#39Reminds 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
#40Impossible 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...