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 ...
Astar components used for pathfinding in final project in c# Node creates individual nodes Grid makes a grid of nodes Pathfinding and seeker are attached to the ai game objects to allow them to search ...