DEV Community

A python game

Aqua Asael Pelegon Semjasa on August 24, 2023

import pygame import os import random TELA_LARGURA = 500 TELA_ALTURA = 800 IMAGEM_CANO = pygame.transform.scale2x(pygame.image.load(os.path.join...
Collapse
 
aquael5 profile image
Aqua Asael Pelegon Semjasa • Edited

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.