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

Implement BWAPI Unit wrapper interface #7

Closed
krogenth opened this issue Jan 11, 2022 · 0 comments
Closed

Implement BWAPI Unit wrapper interface #7

krogenth opened this issue Jan 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@krogenth
Copy link
Owner

We'll want units to handle orders in potentially special ways, therefore we will need wrapper classes for our Player Units to better implement such requirements.

For now, this class should:

  • store the final target destination
  • store the BWAPI::TilePosition queue they are need move to reach the final target destination
  • the Unit's id

functionality:

  • pure virtual function to determine if the Unit is busy
  • pure virtual function to manage the Unit's orders
  • capability to draw the Unit's next destination/final target destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants