Mostly working prototype that uses FTXUI to render to SFML and then plays a sound when you hit a wall.

This commit is contained in:
Zed A. Shaw 2024-10-02 16:56:06 -04:00
parent 69fa7d9e4e
commit feda66defd
11 changed files with 213 additions and 68 deletions

View file

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