This Unity project demonstrates the use of NavMesh AI Agents. Your objective is to collect all the yellow blocks while avoiding the red enemy to win the game.
This procedural generator started as a hobby project to learn about various procedural algorithms (cellular automata, marching squares and Bresenham's line algorithm to name a few). Inspiration was ...