项目作者: guanglinwei

项目描述 :
A quick demo of astar pathfinding in pygame
高级语言: Python
项目地址: git://github.com/guanglinwei/PythonAstarDemo.git
创建时间: 2020-09-13T00:24:37Z
项目社区:https://github.com/guanglinwei/PythonAstarDemo

开源协议:

下载


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