I got some project in my AI Classroom, there are requirements to implemented:
DFS
BFS
A* (optional)
I created 2 project, this is the second that implemented DFS, BFS, A*.
I implemented in Unity 2017.3.1f1.
Development Screenshot:
Detail:
Detail will be explained soon because i have...
Selasa, 17 April 2018
AI in Game - Boomerang Loop Project
Written by Kas Raygaputra Ilaga
on 21.36
in AI, C#, Data Structure, DFS, Unity Game Engine
with
Tidak ada komentar

I got some project in my AI Classroom, there are requirements to implemented:
DFS
BFS
A* (optional)
I created 2 project, this is the first that implemented DFS only with some modification in the queue.
I implemented in Unity 2017.3.1f1.
Detail:
Boomerang will generate path using DFS Algorithm...