-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description:
Create the drawing surface and display both squares (player + falling block).
Acceptance Criteria:
- Create GamePanel.java extending JPanel
- Override paintComponent(Graphics g)
- Render player as a blue-filled square
- Render falling block as a red-filled square
- Verify shapes draw correctly
Estimated Effort: 2 hours