https://github.com/kartikmehta8/pygame-pathfinder-visualization
This is a Python script for a pathfinding algorithm using Pygame. It includes a grid of nodes and uses A* algorithm to find the shortest path between two nodes.
https://github.com/kartikmehta8/pygame-pathfinder-visualization
pathfinder pygame python visualization
Last synced: 3 months ago
JSON representation
This is a Python script for a pathfinding algorithm using Pygame. It includes a grid of nodes and uses A* algorithm to find the shortest path between two nodes.
- Host: GitHub
- URL: https://github.com/kartikmehta8/pygame-pathfinder-visualization
- Owner: kartikmehta8
- License: mit
- Created: 2023-04-16T11:57:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T15:38:18.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:55:23.531Z (9 months ago)
- Topics: pathfinder, pygame, python, visualization
- Language: Python
- Homepage: https://trinket.io/pygame/b5b8df2889
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
