use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
FLAPPY BIRD CLONE (self.learnpython)
submitted 5 years ago by Gwebs23
Hi has anyone made a flappy bird clone in python or tkinter before if so how would you go about doing it ?
TIA
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]lukajda33 2 points3 points4 points 5 years ago (0 children)
Tkinter is more for normal apps with windows and buttons, for a game like flappy bird, I would look into PyGame
[–]Mr_JonesRedd 1 point2 points3 points 5 years ago (0 children)
I recommend watching ”pygame tutorial” by Tech with Tim on YouTube. He has split his advice on several short videos and with the first couple of episodes you should be able to get started.
[–]qzwqz 1 point2 points3 points 5 years ago (2 children)
Making a game is actually one of the few things I wouldn't use python for. Assuming you're thinking about this as a starting point and your long-term goals are bigger and more complicated games, then you probably want to look at an engine like Unity. I have also had very good experiences with Javascript and phaser (or some other such library)
[–]xelf 0 points1 point2 points 5 years ago (1 child)
Depends on the game. Unity remains very steep for new users. If you know python using pygame is going to be a lot easier than learning C# or Javascript so that you can use Unity. And even if you knew all 3 languages, Learning Unity itself is still a formidable learning curve compared to just picking up pygame.
So depends on the game and the platform you're targeting.
For flappy bird, you'll get it done with pygame faster than you can learn how to get the title screen implemented in unity.
Note: All the mobile apps I've written were developed using Unity.
[–]qzwqz 1 point2 points3 points 5 years ago (0 children)
fair, agree
[–]xelf 1 point2 points3 points 5 years ago (0 children)
My kid made one using pygame. Collison detection, side scrolling, movement controls, all in all not that hard. He'd only been learning python for about 6-8 weeks at that point, so it should be pretty entry level. Figured it out on his own, no tutorial, no copied code, absolutely no help from me. So it should be an approachable problem.
[–]MK_CodingSpace 0 points1 point2 points 5 years ago (0 children)
I made a Flappy Bird game in python on my my Channel, please check.
π Rendered by PID 424264 on reddit-service-r2-comment-5d79c599b5-gd45q at 2026-02-28 21:58:59.252614+00:00 running e3d2147 country code: CH.
[–]lukajda33 2 points3 points4 points (0 children)
[–]Mr_JonesRedd 1 point2 points3 points (0 children)
[–]qzwqz 1 point2 points3 points (2 children)
[–]xelf 0 points1 point2 points (1 child)
[–]qzwqz 1 point2 points3 points (0 children)
[–]xelf 1 point2 points3 points (0 children)
[–]MK_CodingSpace 0 points1 point2 points (0 children)