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

Add obstacle entities #7

Open
dcarpenter31 opened this issue Jul 31, 2022 · 0 comments
Open

Add obstacle entities #7

dcarpenter31 opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
difficulty/medium Will take a few hours of work to implement enhancement New feature or request

Comments

@dcarpenter31
Copy link

As a player, I would like to add obstacles to avoid in order to entertain myself with a challenge.

Acceptance Criteria

  • The Obstacle class is present with the following properties:
    • Is a subclass of Entity
    • Moves to the left of the screen at a constant speed
    • Colliding with the player sets a global game-over flag to true
  • There are unit tests for the Obstacle's behavior.
@dcarpenter31 dcarpenter31 added enhancement New feature or request difficulty/medium Will take a few hours of work to implement labels Jul 31, 2022
@dcarpenter31 dcarpenter31 added this to the Core gameplay loop milestone Jul 31, 2022
@AlexCheese AlexCheese self-assigned this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium Will take a few hours of work to implement enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants