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: Day-1/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Once we have a sound, we can press "Play" on it at the appropriate moment:
13
13
14
14
### Challenge 1: Pong With Sounds
15
15
16
-
Take the Pong game from Beginner Python and add some sounds to it! If you don't have your Pong code any more, [here is a complete game](https://raw.githubusercontent.com/CoderDojoSV/beginner-python/master/Day-6/finished/pong%20finished.py).
16
+
Take the Pong game from Beginner Python and add some sounds to it! If you don't have your Pong code any more, [here is a complete game](https://raw.githubusercontent.com/CoderDojoSV/beginner-python/master/Day-6/finished/pong%20finished.py) you can use.
17
17
18
18
We've included a couple sound files for you to use, which you can download by clicking on them, right-clicking "Raw", and choosing "Save link as...". Put them in the same folder as your program.
0 commit comments