Jarskih / Astar-and-jump-point-search-algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Programming 1, 7.5 c
Course code: 5SD806

(2) WHEN YOU WISH UPON A*

Open unity project and click play.

Controls:
- Mouse middle button to turn camera
- WASD to move camera
- Left mouse button: make node walkable
- Right mouse button: make node blocked

Settings in Main.cs:
- Toggle "Use JPS" to use jump point search.
- Toggle "Debug pathfinding" to use right arrow to see pathfinding steps and costs. (Red tiles closed list, blue tiles open list, green tile current node)

About


Languages

Language:C# 53.8%Language:ShaderLab 40.5%Language:HLSL 5.7%