**Description:** Allow user to move the player block horizontally using arrow keys. **Acceptance Criteria:** - [ ] Implement KeyListener in the game - [ ] LEFT key moves player left - [ ] RIGHT key moves player right - [ ] Prevent player from moving off-screen - [ ] Movement updates the drawing correctly **Estimated Effort:** 1–2 hours