tlhunter / node-roguelike

Generate Top-Down 2D Dungeon Maps

Home Page:https://www.npmjs.com/package/roguelike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

room/oddSquare: Optional gashes

tlhunter opened this issue · comments

Add a gash property . This will add a chasm line across the room, except where the line intersects with protected tiles.

Keep note of where those intersections are and add a 'bridge' property to the composite layer. This way game designers can add a visualization for this.