Sketch 2 – Keyboard Walker
Use your arrow keys or W, A, S, D to move the character across the screen.
✅ Conditional: Edge checks → if (walker.x < 0 || walker.x > width) { velocityX *= -1 }
✅ Loop: Implicit draw loop for continuous movement
✅ Custom variables: position, velocity, input handling