samclane / Discordia

MUD (Multi-User Dungeon) for Discord.
GNU General Public License v3.0
20 stars 5 forks source link

Nonstochastic Test-World Generation #3

Open samclane opened 5 years ago

samclane commented 5 years ago

Currently, a different random seed is passed every time the Test Suite is run. This leaves room for some edge cases which cause the tests to fail (ex: all Actors spawn on a tiny island and can't move). A consistent random seed needs to be set.