Skip to content

takos22/A-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* pathfinding algorithm

This is my python implementation of the A* pathfinding algorithm.

Demo

This maze was made by my maze generator algorithm.

Demo with generated maze

Try it yourself

Run:

pip install pipenv
pipenv install
pipenv run python launch.py

About

My python implementation of the A* pathfinding algorithm.

Topics

Resources

Stars

Watchers

Forks

Languages