File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
projects/build-pong-with-pygame Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ published: live
88header : URL
99bannerImage : https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-pong-with-pygame/header.png
1010readTime : 60
11- prerequisites : Python fundamentals , Game development concepts
11+ prerequisites : Python, Game development concepts
1212versions : Python 3.10
1313tags :
1414 - python
1515 - advanced
16+ courses :
17+ - python
1618---
1719
1820## Introduction
@@ -340,9 +342,9 @@ if paddle_2_rect.bottom > SCREEN_HEIGHT:
340342
341343Notice 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/ )
You can’t perform that action at this time.
0 commit comments