import pygame
import os
import random
TELA_LARGURA = 500
TELA_ALTURA = 800
IMAGEM_CANO = pygame.transform.scale2x(pygame.image.load(os.path.join...
For further actions, you may consider blocking this person and/or reporting abuse
A good code of a game in python, but for some reason, the code breaks in a certain part, I've tested it in a python IDE, like Replit, but it's still broken. I'll sort this out later.