Template:W1523-Exercises

From Coder Merlin
Revision as of 23:32, 18 January 2021 by Chukwuemeka-tinashe (talk | contribs) (Created page with "{{Exercises| # Use print statements to investigate the arguments provided to the <syntaxhighlight lang="swift" inline>onKeyDown</syntaxhighlight> event handler # Select sensib...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ExercisesExercisesIcon.png
  1. Use print statements to investigate the arguments provided to the onKeyDown event handler
  2. Select sensible keys to be used to move the left paddle up and down and to move the right paddle up and down
  3. Implement the required code to actually move the paddles in accordance with your selected keypresses