Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 327 Bytes

Dungeon with no corridors

this generate a map whit rooms in it.

just do new genRoom(roomSize); whit a room size, it will be a array af (roomSize*roomSize) then just run .gen() to generate a Dungeon then do .fullArrayOfMap to get the generated Dungeon

main.js just render a sample of the generated Dungeon