Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion projects/build-pong-with-pygame/build-pong-with-pygame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ if not started:
if event.key == pygame.K_SPACE:
started = True

continue
```

**NOTE**: when looking at the next part of the code, please keep in mind that that PyGame coordinates place (0, 0) at the top-left corner of the screen, and that increasing x means going to the right, and increasing y means going down.
Expand Down