Skip to content

belopot/tilemap-generator

Repository files navigation

tilemap generator

Tilemap procedural generator for dungeon

Screenshot

Install

Assumes you already have node installed. If you already have yarn installed you can skip the next command.

npm install --global yarn

Install all dependencies for node

yarn install

Running

yarn start

Building

yarn build

Fixing lint

yarn lint

Fixing code format

yarn format

Algorithm for generating dungeon

http://www.roguebasin.com/index.php?title=Basic_BSP_Dungeon_generation

Assets

https://pixel-poem.itch.io/dungeon-assetpuck

Algorithm for path-finding

https://github.com/qiao/PathFinding.js