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

Encapsulate tank turret #19

Open
cgrooves opened this issue Apr 1, 2021 · 0 comments
Open

Encapsulate tank turret #19

cgrooves opened this issue Apr 1, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@cgrooves
Copy link
Owner

cgrooves commented Apr 1, 2021

The Tank turret should be a class, and encapsulate its own update and draw methods.

The Tank should have a Turret.

The Turret might have a reference to its parent Tank.

Acceptance Criteria

  • Turret is its own class
  • Tank instantiates Turret
  • Tank updates and draws Turret through Turret's class functions
@cgrooves cgrooves added the good first issue Good for newcomers label Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant