A dirty first cut at a single random horiz/vert split for the BSP algorithm.

This commit is contained in:
Zed A. Shaw 2024-09-27 18:42:32 -04:00
parent 6cb3366912
commit 62195e6eea
3 changed files with 83 additions and 33 deletions

View file

@ -36,7 +36,7 @@ TEST_CASE("dijkstra algo test", "[map]") {
}
TEST_CASE("bsp algo test", "[map]") {
Map map(20, 20);
Map map(50, 20);
map.generate();
map.dump();