Posts by ingrid ferreira • 13 points
1 post
-
-2
votes1
answer351
viewsQ: I’m having trouble making the character move in python with pygame
import pygame pygame.init() tela = pygame.display.set_mode((800,600),0,32) personagem = pygame.image.load('./você.png').convert_alpha() def…