Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Prototype path finding in Rust bot #48

Merged
merged 1 commit into from
Mar 24, 2022
Merged

Prototype path finding in Rust bot #48

merged 1 commit into from
Mar 24, 2022

Conversation

jdno
Copy link
Owner

@jdno jdno commented Mar 24, 2022

The proof-of-concept Rust bot has been rewritten to use path finding to route airplanes to the airport. The bot also supports multiple airports and tags now. Path finding is done with an external crate and the A* algorithm.

The proof-of-concept Rust bot has been rewritten to use path finding to
route airplanes to the airport. The bot also supports multiple airports
and tags now. Path finding is done with an external crate and the A*
algorithm.
@jdno jdno added the R-added Add a new feature to the release notes label Mar 24, 2022
@jdno jdno self-assigned this Mar 24, 2022
@jdno jdno enabled auto-merge (squash) March 24, 2022 18:51
@jdno jdno merged commit 302bc3d into main Mar 24, 2022
@jdno jdno deleted the client-routing branch March 24, 2022 18:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
R-added Add a new feature to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant