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

Exploration : findObjective #15

Open
rom1504 opened this issue Jan 24, 2019 · 0 comments
Open

Exploration : findObjective #15

rom1504 opened this issue Jan 24, 2019 · 0 comments
Assignees

Comments

@rom1504
Copy link
Member

rom1504 commented Jan 24, 2019

Implement a findObjective function to explore base on path finding :

  • store visited cells in map
  • go to random not visited position around the bot
  • repeat until a promise is resolved (telling we found the objective)
  • return objective location

also do a goToObjective which just go to objective if we know its position, or first find it with findObjective then go to it.

interesting objectives :

  • objects and wraps
  • npcs and players
  • something else ?
@rom1504 rom1504 self-assigned this Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant