Welcome to the repository for my 2D procedurally generated RPG game developed in Unity! This project leverages procedural generation, pathfinding algorithms based on graph theory, dynamic programming, ...
Abstract: In game development, procedural method is a common method to reduce the high cost of content generation by artist. The idea of procedural content generation is to automate the generation ...
Download the Unity Package and import it to your Unity project. The maps are connected according to the following principle: if maps A and B have the same edge weight on opposite sides, then they can ...