Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gers2017/astar_algorithm_pygame


https://github.com/gers2017/astar_algorithm_pygame

Last synced: about 5 hours ago
JSON representation

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)