macrohardmx / gametest

0 stars 0 forks source link

Add random entry points for enemies where they enter according to a Poisson distribution #18

Open rdelfin opened 4 years ago

rdelfin commented 4 years ago

Add a set of fixed entry points for the enemies (basically, 3 or 4 doors) and have them show up randomly according to a (Poisson distrubution)[https://en.wikipedia.org/wiki/Poisson_distribution]. Pick a random enemy type to appear

rdelfin commented 4 years ago

Blocked on #17 and #16