issues
search
aynurin
/
maze-gen
Procedural generation of dungeon and maze maps for Unity (and possibly other game engines).
https://aynurin.github.io/maze-gen/
MIT License
0
stars
0
forks
source link
Design a holistic approach to testing maze layouts
#32
Open
aynurin
opened
9 months ago
aynurin
commented
9 months ago
Maze cases library with different test suites applicable to different segments of the library
Probabilistic testing (e.g., Assert should pass in 50% of repeats)
Easy filtering when running tests
Organize tests into suites by type
aynurin
commented
9 months ago
Separate tests to Unit and Integration so testing maze layouts doesn't contribute to coverage.