Pepsi4 / Custom-AI-Pathfinding

AI with custom pathfinding and grid systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple AI Sample with pathfinding system. Unity3D.

0. I have implemented a generic grid and pathfinding system for this project.

(Red nodes are obstacles)

path

1. Afterwards, I created a simple AI that is able to move to a specific point using the pathfinding grid.

pathfind

2. Based on that, I have created an AI that is able to chase a target using a pathfinding grid. ☕

enemy chase

About

AI with custom pathfinding and grid systems


Languages

Language:C# 84.2%Language:HLSL 15.8%