Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gers2017/astar_algorithm_pygame
https://github.com/gers2017/astar_algorithm_pygame
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gers2017/astar_algorithm_pygame
- Owner: Gers2017
- Created: 2022-05-23T05:22:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T02:55:00.000Z (over 2 years ago)
- Last Synced: 2023-03-05T17:50:40.016Z (over 1 year ago)
- Language: Python
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Control | Description |
| ---------------------- | ----------------------------------- |
| **Space** | Visualize a\* pathfinding |
| **Left mouse button** | Place an obstacle |
| **Right mouse button** | Remove an obstacle |
| **s key** | Place the start node |
| **g key** | Place the goal node |
| **m key** | Generate a map |
| **e key** | Simualte one generation for the map |
| **c key** | Clear the path and obstacles |
| **Alt + F4** | Quit game |![Demo](assets/show_pathfinding.gif)
![Ant colony](assets/ant_showcase.gif)