How to make the text to appear one at a time in pygame instead of appearing instantly?
I’m a Uni student trying to make a detective/mystery game. I’m trying to make the text appearing one at a time instead of appearing instantly, but I don’t know code that. Can someone help me out?
Here is my code:
How to move images and make a path using an arrow image?
I have been working on this project for my self and have been making this game where you shoot these basketballs into a hoop. This has been in pygame also. I have made some of it in a day and it has been pretty good so far. Now I have a problem: I’m sort of stuck on the next part. There are a lot of things I want to do and I want to learn more about this. Here is the code (there were so many errors posting code directly sorry about it, its stackoverflow):
Rectangle disappearing when off the screen Pygame
I was trying to create a simple game but i’ve came to a problem once i added ennemies. The ennemies disappeared once they get off the screen and when i come back..Once i start the game and after I came back.
why am I getting a positional argument error
So in my draw method in this class, for some reason I’m getting a positional argument error.
How to set an interval between keypresses with pygame?
I am making a game that is similar to Google’s Dino game & I am currently working on the player’s controls. I want to make it so that the space key for jumping couldn’t be spammed because it would make the game pointless otherwise if people can just spam the space key forever to avoid obstacles. I’m trying to code it in a way where the space key can only be pressed two times consecutively (to make the player double jump) & set an interval so that it couldn’t be pressed more than two times in a certain amount of time, but so far, to no avail. How can I achieve this?