Skip to content

Create Player & Falling Block Classes #2

@pyang4s

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

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