cdeevfrr / Photon

A video game
GNU General Public License v3.0
0 stars 0 forks source link

Consider gaussian photon distributions #23

Open cdeevfrr opened 2 years ago

cdeevfrr commented 2 years ago

Test this out and see if it makes it easier or harder to play:

Emit photons with a random gaussian distribution, centered on the middle of the screen. Since it won't take as many computational resources now, widen the screen a lot to get a higher resolution.

cdeevfrr commented 2 years ago

Maybe the squares in the center should be smaller too... And wider on the outside edges... Not sure.

Actually, wouldn't even need a gaussian if I did that. Just put more pixels in the middle, same uniform distribution over pixels.