Hacker News new | ask | show | jobs
Show HN: I created a procedural dungeon generator and editor using TypeScript (halftheopposite.github.io)
1 points by halftheopposite 1985 days ago
1 comments

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.