This project showcases a procedural terrain generation system using Perlin noise and a dynamic pathfinding system using the A* algorithm. The combination of these techniques allows for the creation of ...
Pathfinding is an important component of AI in games, enabling agents to navigate the game world. Algorithms such as A* or dijkstras are commonly used for this, however run into a problem when too ...