项目作者: pr0gramista

项目描述 :
Pathfinding demo using GdxAI
高级语言: Java
项目地址: git://github.com/pr0gramista/gdxai-pathfinding-demo.git
创建时间: 2017-05-30T12:16:19Z
项目社区:https://github.com/pr0gramista/gdxai-pathfinding-demo

开源协议:MIT License

下载


GdxAI Pathfinding Demo

Pathfinding demo using GdxAI in about 300 lines. Almost all of the code is inside PathFindingDemo.java.

How to use

Screenshot

Green pixels are the passable tiles, red are obstacles. You can switch between these two states by pressing SPACE key.
Pink pixel (set by clicking C) is the start point.
Blue pixel (set by clicking X) is the end point.
Brown pixels makes the path, generated by clicking ENTER.