|
Dungeonator
1.0.0
a dungeon generator library
|
code for removing the dead-ends of the dungeon More...
Go to the source code of this file.
Functions | |
| void | remove_dead_ends (Grid *grid) |
code for removing the dead-ends of the dungeon
| void remove_dead_ends | ( | Grid * | grid | ) |
remove dead ends inside grid based on checking if the number of exits is equal to 1
| [in] | grid | the grid to remove the dead-ends of |