Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zzre: Add duel AI movement #393

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

zzre: Add duel AI movement #393

wants to merge 3 commits into from

Conversation

Helco
Copy link
Owner

@Helco Helco commented Nov 3, 2024

The movement of enemy fairies is fairly complex and interconnected which is probably why I have not started working on it before. For now I believe I can get away with not having the brain or actual fight components but I do need some form of path and thus a path finder component. The current one just walks randomly a couple waypoints.

For the actual movement I wanted to find a generalisation of forward and backwards movement which is completely separated in the original code. Again - for now I might just implement in the same separated way in order to easier play around with different implementations later (with a reference to refer to).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant