pranayvb / shortest-path-finder

Using A* algorithm, we did a simple implementation of the a-star path finding algorithm in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shortest-path-finder

Using A* algorithm, we did a simple implementation of the a-star path finding algorithm in python

Features

-A Toolbar with the following tools:

-Move Tool (Selecting / Moving nodes)
-Add Tool (Adding nodes)
-Connect Tool (Connecting nodes)
-Delete Tool (Deleting nodes therefore it's connections)
-The ability to customize nodes (text / color / its connections weights)

Tech

This application uses a number of open source projects to work properly:
-Pygame - Modules designed for writing video games
-Tkinter - Standard python interface GUI library

About

Using A* algorithm, we did a simple implementation of the a-star path finding algorithm in python


Languages

Language:Python 100.0%