Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codecaine-zz/python_grid_pathfinder
- Owner: codecaine-zz
- Created: 2024-12-02T03:19:22.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T03:21:49.000Z (25 days ago)
- Last Synced: 2024-12-02T04:24:24.309Z (25 days ago)
- Topics: 2d, console, emoji, grid, pathfinder, python, terminal
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.