项目作者: guanglinwei
项目描述 :
A quick demo of astar pathfinding in pygame
高级语言: Python
项目地址: git://github.com/guanglinwei/PythonAstarDemo.git
A* Python Pathfinding Demo
This is a simple python pathfinding demo for the Astar/A* search algorithm.
Requirements
- Python 3.x
- Pygame and Tkinter, although the program should automatically install these
Instructions
- Install or clone this repo
- Run the astar.py file