43 questions
The original code that worked well suddenly appeared with pygame.error: Couldn't set hardware audio parameters: Success. Can you tell me why?
def main(): print(Play Baseball)random_number = str(get_not_duplicated_three_digit_number())print(Random Number is : , random_number)user_input = '999'while(get_strikes_or_ball(user_input, random_numb...
What is the code for resizing images in pygame? I've been adjusting the size and saving the image until now, but it's very cumbersome, so I'm uploading it.
It's exactly what the title is.Is there a way to distinguish left-click or right-click in Pygame?if event.type == MOUSEBUTTONDOWN:If you use MOUSEBUTTONDOWN or MOUSEBUTTONUP like this,Turning the mous...
I'm making a pie game.If you get points while playing the game, you move on to the next game, and there's still a text about the score.I'm asking you a question because I can only see the text floatin...
The problem is not that you play rock-paper-scissors first, but if you play Cham Cham Cham and look in the same direction, you win. I called the first round function as below, but when I chose somethi...
I'm a Python beginner. I'm making a game for club presentation using pygame, but the background image doesn't come up and only the black screen appears. I don't know where to start.Part of the problem...
I made it by referring to https://m.blog.naver.com/cheonwb/222156028857 but there is an error. Traceback (most recent call last): File /Users/user/Desktop/BrickBreak.py, line 9, in <module> clas...
Hi, everyone. This time, I am studying new programming while thinking about my career in web and games. It's only been 3 weeks since I studied Java and C++, but I have a lot of worries Even if you fol...
« | - 4 - | » |
626 Uncaught (inpromise) Error on Electron: An object could not be cloned
579 Understanding How to Configure Google API Key
618 GDB gets version error when attempting to debug with the Presense SDK (IDE)
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.