Question:
I’m working on pygame to study, but the output screen look black… How can I see it right??
Replit Profile: https://replit.com/@keb3119/Gamemake#main.py
Question:
I’m working on pygame to study, but the output screen look black… How can I see it right??
Replit Profile: https://replit.com/@keb3119/Gamemake#main.py
The problem is that the graphics are drawn outside of the main loop. Try adding one indent in lines 39 to 76.
Thanks so much! I thought my computer was weird…
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.