Skip to content

Create Player & Falling Block Classes #2

Description

@pyang4s

Description:
Create Java model classes for the game objects: the player (blue square) and falling block (red square).

Acceptance Criteria:

  • Create Player.java (fields: x, y, size)
  • Create FallingBlock.java (fields: x, y, size, speed)
  • Add basic constructors and getters/setters
  • Commit and push

Estimated Effort: 1 hour

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions