Settings

Theme

Show HN: I created a procedural dungeon generator and editor using TypeScript

halftheopposite.github.io

1 points by halftheopposite 5 years ago · 1 comment

Reader

halftheoppositeOP 5 years ago

Hello HN!

I created this hobby-project to learn more about procedural generation and decided to start with the classic but efficient Binary-Space Partitioning method. I also wanted to look at the auto-tile algorithm for the editor and renderer.

I plan to integrate this dungeon generator into my other open-source project https://github.com/halftheopposite/tosios to add more roguelike elements to it and better gameplay elements.

This generators code is also available on NPM at https://npmjs.com/package/@halftheopposite/dungeon.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection