11-7-25 free Friday


Today i worked on a game that you can dodge things it’s not done yet but it’s almost finished though here’s screenshots and a lil bit of code and the video i used

def main():
    run = True

    player = pygame.Rect(200, HIEGHT - PLAYER_HIEGHT, PLAYER_WIDTH, PLAYER_HIEGHT)
    clock = pygame.time.Clock()
    start_time = time.time()
    elapsed_time = 0

    star_add_increment = 2000
    star_count = 0

    stars = []
    hit = False

here is a screenshot and a piece of the code this code here makes sure the game is running and making the stars and the player

here is the video i used to help i stopped at 37:18

here is the video the game is not done but I’m almost done and then add some other and changing some of it


Leave a Reply

Your email address will not be published. Required fields are marked *