ニュース

2D Dungeon Generator is a C++ library I made for a school project. The generation use BSP (Binary Space Partitionning) algorithm. The placement of enemies and chests are totally random, and key ...
The procedural dungeon generation system in this Unity project offers a versatile and customizable framework for creating dynamic and engaging 2D dungeons. The core algorithm begins with a grid-based ...