Thank you so much for making this, It has been a fun week folliowing your tutorial, it's people like you that make free tutorials like this that are making a huge impact on technology. Thank you again.
Thank you so much for having me be a part of this journey! I'm a complete noob and you explained everything perfectly. I'm doing this for a school project and will probably change the backround soon. This is my last year in school and after the holidays i am going to do an apprenticeship as a programmer. It was so fun getting some insights before i have even started learning XD
Hello Russ! I'm doing a college project with old games, and your tutorials of this game and the space invaders have helped me a lot! I've used your code as the base for one of the games, thank you so much for this tutorial. For sure I will reference your channel by the end of the project, thanks!
I would really like to take the time to thank you for this amazing tutorial. You have helped me so much with a final project that I am doing in my Computer Science class. I want you to know that I have used most of your codes which is why I gave you credits in my project. I made a game called, "Flappy Pig : Shortcut to Space". This is the title of the game I made. I also included sound effects, game soundtrack music, etc. I also changed the pipes, backgrounds, etc. with space themed that I have customly created. I think it's pretty good for my first year in Computer Science.
I followed the whole tutorial, made the game, learnt a lot. Thank you so much. I am now thinking to add music like bg music or play some music while clicking, or game over music. Small changes but it'll make the experience a lot better I think. Thanks again.
I just had some trouble with this tutorial. I could'nt get the button on my screen and I kept checking the code again and again but then I went to your code and copy paste it from part to part and then i figure out that I just put extra space for check for game over and reset thing. But I feel really good now to being able to complete it. I will also add some extra things and hopefully I will be able to manage. Its been a month since I started coding and I had no coding experience but I really like to make games through pygame and I like python. Thank you for your tutorials and I love your tutorials :)))
Hi, I have a quick question. Whenever I reset the game, the bird is rotated towards the top (I can see it in your video as well). How can we fix this issue? I want the bird position to be exactly the same as we fresh start the game. I've tried resetting the image rotation, velocity and everything but it just doesn't seem to work.
Hey Russ, this is a really nice project. I've been trying to modify the code and I have a question. How do I implement sounds into the game, like flaping noises or collisions with the pipes, etc.?
Hello Lukas, you can add them in using mixer. I have a short tutorial where I add music and sounds on a different game, which should help you: ua-cam.com/video/5RK-9gCleV8/v-deo.html
Russ I just finished this game with your tutorials and I'm going to add sound and give it my own twist. Thanks for your help.
Thank you so much for making this, It has been a fun week folliowing your tutorial, it's people like you that make free tutorials like this that are making a huge impact on technology. Thank you again.
Thanks for the kind words! Glad to hear you enjoyed the tutorial.
I loved this whole series. Very good introduction to PyGame.
Thanks, that's really good to hear!
I had a lot of fun coding this project. Thank you for taking the time to make it as I learned a lot
Thanks a lot! Glad to hear it was helpful
Thank you so much for having me be a part of this journey! I'm a complete noob and you explained everything perfectly. I'm doing this for a school project and will probably change the backround soon. This is my last year in school and after the holidays i am going to do an apprenticeship as a programmer. It was so fun getting some insights before i have even started learning XD
That's great! Glad to hear my tutorials played a part :) Good luck with your apprenticeship
@@CodingWithRuss Thx! You were the only who explained it simple and very understandable.
Full code for the tutorial is on my github: github.com/russs123/flappy_bird/blob/main/Part_6-Game_Over/flappy_bird_tut6.py
Hello Russ! I'm doing a college project with old games, and your tutorials of this game and the space invaders have helped me a lot! I've used your code as the base for one of the games, thank you so much for this tutorial. For sure I will reference your channel by the end of the project, thanks!
Thanks Matheus, that's great to hear! Good luck with your project :)
I would really like to take the time to thank you for this amazing tutorial. You have helped me so much with a final project that I am doing in my Computer Science class. I want you to know that I have used most of your codes which is why I gave you credits in my project. I made a game called, "Flappy Pig : Shortcut to Space". This is the title of the game I made. I also included sound effects, game soundtrack music, etc. I also changed the pipes, backgrounds, etc. with space themed that I have customly created. I think it's pretty good for my first year in Computer Science.
Thank you, that means a lot :) Good luck with your studies!
I followed the whole tutorial, made the game, learnt a lot. Thank you so much. I am now thinking to add music like bg music or play some music while clicking, or game over music. Small changes but it'll make the experience a lot better I think. Thanks again.
Nice! It's definitely a good idea to add your own features to these games to expand your own knowledge and experience of with pygame
It's past 2 A.M. here and I don't know why am I still awake. Nice vid tho, I'll try this out tomorrow
Thanks! 😀
Thank you so much for this classes! i've learned a lot! This was my first contact with game development!
Glad to hear it was helpful!
another series finished very enjoyable
Thanks, glad you liked it!
I can say that this is a very good video keep it up russ
Thanks, will do!
This was a great project had a few stumbles along the way but great vid and instructions
Thanks! Glad you liked it
I just had some trouble with this tutorial. I could'nt get the button on my screen and I kept checking the code again and again but then I went to your code and copy paste it from part to part and then i figure out that I just put extra space for check for game over and reset thing. But I feel really good now to being able to complete it. I will also add some extra things and hopefully I will be able to manage. Its been a month since I started coding and I had no coding experience but I really like to make games through pygame and I like python. Thank you for your tutorials and I love your tutorials :)))
Glad you got it working in the end. Those little errors can cause so much headache!
Great series just followed through the 6 videos, keep it up!!
Thank you! Glad you liked it
finally finish this course. really thank you master
Thanks mate great stuff and learnt a lot doing this project
Glad to hear it
Hi, I have a quick question. Whenever I reset the game, the bird is rotated towards the top (I can see it in your video as well). How can we fix this issue? I want the bird position to be exactly the same as we fresh start the game. I've tried resetting the image rotation, velocity and everything but it just doesn't seem to work.
Thank you for the informative video. I noticed that when the game resets that the rotation is still applied due to the if statement in the bird class.
Oh I must have missed that. Well spotted!
Hey Russ, this is a really nice project. I've been trying to modify the code and I have a question. How do I implement sounds into the game, like flaping noises or collisions with the pipes, etc.?
Hello Lukas, you can add them in using mixer. I have a short tutorial where I add music and sounds on a different game, which should help you: ua-cam.com/video/5RK-9gCleV8/v-deo.html
Very, very useful. Thanks!
Thanks! Glad it helped.
Great tutorial. Thank You!
I would like to add coins between the pipe gaps, how do I locate it to that position?
thank you very much for tutorials Professor:)
hey, I want to add sounds. I have almost added all the sounds except the die sound one. Where should I play that sound??? btw great video>3
Bro wanted to ask that from where did you learn coding, because you have a lot of coding experience . Pls answer
Lots of practice :)
when you know how to make a game, but still cant play it
great series though i learned a lot about pygame
Haha yep!
Glad the tutorials helped!
omg i love your vids
Thanks!
Why is score a local variable in the reset function but not in the While loop?
thank you soo much it worked for me.
💥
🙂
How show images in game I don't get it
respect bro!
Thank you!
can yo pls give the hole picture of the code
The code is on github: github.com/russs123/flappy_bird
I'm pro but not that good i did not know this module i knew modules like tkinter turtle random and pandas selenium ...
❤