Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecaine-zz/python_grid_pathfinder

2d grid pathfinder
https://github.com/codecaine-zz/python_grid_pathfinder

2d console emoji grid pathfinder python terminal

Last synced: 12 days ago
JSON representation

2d grid pathfinder

Awesome Lists containing this project

README

        

# Python Grid Pathfinder

This project implements the A* algorithm to find the shortest path in a grid with obstacles. The grid is randomly generated with a specified number of obstacles, a start point, and a goal point.

## Usage

1. Clone the repository.
2. Navigate to the project directory.
3. Run the `main.py` script.