r/PythonLearning • u/Mine_Crafter14 • 1d ago
My First Pygame game in Python 3.8.10!
Hello, I (16M) am in progress of finishing my first pygame game (copy of Flappy Bird) and I am using Windows 7 with Python 3.8.10, No VS Code, just the default IDLE with my pygame, I wanted to put in use my old laptop and to start simple as possible, I take notes on my WordPad and I learn the concept of 2D gaming. It works perfectly for me, but only if absolutely necessary I use Google Gemini to help me with the code, because as I said I am on an older version and in YouTube there isn't any tutorials for the older versions. Just wanted to share and seek any helo with tutorials/documents online. Thanks in advance!
11
Upvotes
1
u/Darx32102 1d ago
Yo bro! I use Gemini also for help in my text based rpg and I have learned a lot. I tell Gemini not to give me code snippets unless I specifically ask for help and to only give me code snippets that points out errors in my code explaining why it’s wrong. And it has been a TREMENDOUS help in learning. Congrats on the game! Mine is up on GitHub also if you’d like to play the 0.1.4v I updated it this morning before work at 4am. You can find the post on my page. Keep up the good work and also I recommend using GitHub for version control just in case something happens in your code and you have to roll back to an earlier version.