7 ms·
But it seems that the balls speed increases with a bigger are.
by realPubkey 3y ago
But it seems that the balls speed increases with a bigger are.
- throwup238 3y agoI think the changes to speed are random: https://github.com/vnglst/pong-wars/blob/main/index.html#L161 https://github.com/vnglst/pong-wars/blob/main/index.html#L16...
- teraflop 3y agoFrom what I can see from a quick glance at the code, you have the causality backwards. Each bounce adds a small random variation to each ball's velocity, and if one of them randomly ends up moving faster, then it will tend to gain more territory.