sharmaeklavya2 / packing-game

2D geometric bin-packing game in the browser
https://sharmaeklavya2.github.io/packing-game/
8 stars 4 forks source link

Use seed in random-number-generator #14

Closed sharmaeklavya2 closed 3 years ago

sharmaeklavya2 commented 3 years ago

It's not possible to reproducibly try out level-generators that use randomization, because we don't use a seed in the random number generator.