AI Demo: 2D Pathfinding

2D_Pathfinding Demo

Description:

This project can do 
  • Depth-First
  • Breath-First
  • Dijkstra
  • A*
In a grid-base map and random form map

The demo is made in NFGE, which is my own game engine written in C++.

The UI of the Demo is using Dear Imgui(https://github.com/ocornut/imgui)

Demo Video:


Technical Support:

My Instructor: Peter Chan 


Comments

Popular posts from this blog

NFGE

Physics Demo: Grass Simulation

3D Graphic Demo: YBot-Simulation(In Progress)