NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Pong Wars: A battle between day and night, good and bad (github.com)
ge96 19 minutes ago [-]
What happens if the balls hit each other, singularity event?
zamadatix 2 hours ago [-]
Lazy browser console hack to speed it up without locking the browser completely or rehosting:

  (()=>{for(let l=setInterval(()=>{},0);l;)clearInterval(l--);const c=new MessageChannel;c.port1.onmessage=_=>(draw(),c.port2.postMessage(0));c.port2.postMessage(0)})()
It seems there are a lot of buggy positions which clear themselves given enough time. I managed to make it to 1,000,000 iterations without any permanent lockups (but some lasted a while)
Liftyee 2 hours ago [-]
The neat thing about this is that it's self-balancing: if one side grows smaller, the ball bounces more often and increases how quickly it regains territory.
dash2 2 hours ago [-]
Wasn't there a version of this with the yin and yang symbol posted recently? (Also there's a 2 year old hn post of this same thing)
harel 1 hours ago [-]
This was posted a while back. I thought it was beautiful:

https://yoavg.github.io/eternal/

hoofedear 3 hours ago [-]
Would love if there were some screenshots in the readme! Just my two cents :)
zamadatix 2 hours ago [-]
Is it that the video is .mov and not playing on your device or something?
hoofedear 44 minutes ago [-]
That’s my mistake, the link opened my GitHub app which doesn’t seem to show any video at all. Should’ve checked before commenting
hapidjus 2 hours ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 18:20:33 GMT+0000 (Coordinated Universal Time) with Vercel.