audinowho / RogueElements

Roguelike Map Generation, built to be game-agnostic.
MIT License
53 stars 8 forks source link

Add Stress Testing #2

Open audinowho opened 5 years ago

audinowho commented 5 years ago

A function for running stress tests on an algorithm is implemented in Program.cs. It needs to be added to the example program in a way that is preferably generic to all examples.

audinowho commented 5 years ago

StressTest function signature should be changed to IMapGenContext