Sokoban (part 14)

  • 20
  • Locked
Let's make our game more interactive (using a keyboard to move the player). We'll start by handling keystrokes. 14.1. Add to the Board class a nested KeyHandler class that inherits KeyAdapter. 14.2. Overload its keyPressed() method. If the key with code VK_LEFT is pressed, then send an event with a
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet