Skip to content

Commit 30acd27

Browse files
authored
Update build-pong-with-pygame.mdx
1 parent 78d0a49 commit 30acd27

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

projects/build-pong-with-pygame/build-pong-with-pygame.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ published: live
88
header: URL
99
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-pong-with-pygame/header.png
1010
readTime: 60
11-
prerequisites: Python fundamentals, Game development concepts
11+
prerequisites: Python, Game development concepts
1212
versions: Python 3.10
1313
tags:
1414
- python
1515
- advanced
16+
courses:
17+
- python
1618
---
1719

1820
## Introduction
@@ -340,9 +342,9 @@ if paddle_2_rect.bottom > SCREEN_HEIGHT:
340342

341343
Notice how I haven't commented the code. This is because I want you to try and understand it on your own! Happy coding!
342344

343-
**NOTE**: see below for the full code if you are having trouble with arranging the different snippets.
345+
**Note:** See below for the full code if you are having trouble with arranging the different snippets.
344346

345-
## More Resources
347+
### More Resources
346348

347349
- [Full Code on GitHub](https://github.com/codedex-io/projects/blob/main/projects/build-pong-with-pygame/main.py)
348350
- [Documentation: PyGame](https://www.pygame.org/docs/)

0 commit comments

Comments
 (0)