Posts by Patrick Gandolfi • 1 point
1 post
-
0
votes1
answer47
viewsQ: How to keep Sonic inside the screen? , n exiting from the sides
import pygame as pg pg.init() display_width = 1000 display_height = 600 color_black =(0,0,0) color_white = (255,255,255) color_red = (255,0,0) #tamanho da imagem sonic_width = 71 window =…
pygameasked Patrick Gandolfi 1