You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/examples/en/10_Games/01_Ping_Pong/code.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,13 @@ function setup() {
34
34
describe(
35
35
'Two narrow white rectangles and a white square representing the paddles and ball in a game of ping pong. The player scores are displayed in the upper corners, and initially text reads "Click to start"'
36
36
);
37
+
38
+
// Add a listener to the window to "eat" the arrow key events
0 commit comments