A dirty first cut at a single random horiz/vert split for the BSP algorithm.
This commit is contained in:
parent
6cb3366912
commit
62195e6eea
3 changed files with 83 additions and 33 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue