43 questions
I would like to decrypt the python (pygame) pre-encrypted file for processing.By decrypting it and writing it out to a file, I was able to restore it to the state before encryption.I'm worried that if...
I'm a super beginner studying Python at Python Game Programming Basic Mathematics and Physics.As stated in the subject book (textbook), when I entered the code below and ran it on Run Module, an error...
import pygamefrom pygame.locals import*import sysdefmain(): (w,h) = (400,400) (x,y) = (200,200) pygame.init() screen=pygame.display.set_mode(w,h), 0,32) screen=pygame.display.get_surface() pygame.disp...
I am currently producing software on Pygame.I would like to ask your opinion on image transmission processing.I would like to fade out the image with the window created in Pygame.Is there any good way...
Pygame.mixer is unable to play the downloaded music file on the web.importosimport pygamepygame.init()sound=pygame.mixer.Sound(C:/Users/syosh/Desktop/pyworks/data/ball_collided.wav)sound=pygame.mixer....
import pygamefrom pygame.locals import*import syspygame.init()screen=pygame.display.set_mode(480,360))pygame.display.set_caption(Move the main character)player=pygame.image.load(annpannmann.png).conve...
I'd like to write a winning code.This is a program in which the player returns to its initial position when it hits en1 moving by operating the player with the cross key.I would like to say If player ...
I am currently studying python programming to enjoy learning while making games.I am troubled that I cannot do image.load() in this document.I would like to enter the following code (pythonlogo.jpg), ...
I developed a game app this time, and I learned that I can use And Engine by applying it to Android Studio, so I want to study And Engine, so I'll ask you a question.First, I want to know what the And...
I made it like below, and it works well to the first function that prevents duplicate numbers.For example, if you enter 123 and you have at least one strike,If you repeatedly enter 123 several times, ...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.