Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Projectile crashing
Post: RE: Projectile crashing

Originally, it was crashing whenever a bullet touched the edge of the screen and the health bar was not working. I figured out the issues but new ones arose: the enemies shot too much and too fast. Ge...
BlueClaw Game Development 2 1,717 Dec-13-2019, 02:24 PM
    Thread: Projectile crashing
Post: Projectile crashing

After testing in an external loop, everything worked. However, in my level function, it does not work. Can someone please help me? import os import pygame import sys pygame.init() #hitsound = pygame....
BlueClaw Game Development 2 1,717 Dec-12-2019, 03:40 PM
    Thread: rect object not loading
Post: RE: rect object not loading

OH, I'm an idiot, sorry!
BlueClaw Game Development 2 4,148 Dec-11-2019, 04:25 PM
    Thread: rect object not loading
Post: rect object not loading

Nothing is loading, and all I get is a blank surface. Please help. #touhou rectangle import os import pygame pygame.init() win = pygame.display.set_mode((1000, 600)) pygame.display.set_caption("pest...
BlueClaw Game Development 2 4,148 Dec-10-2019, 09:09 PM
    Thread: pygame image loading error
Post: RE: pygame image loading error

Thank you, that worked.
BlueClaw Game Development 6 6,394 Dec-10-2019, 08:50 PM
    Thread: pygame image loading error
Post: RE: pygame image loading error

nothing works, not even a single, non-animated image.
BlueClaw Game Development 6 6,394 Dec-06-2019, 08:46 PM
    Thread: pygame image loading error
Post: RE: pygame image loading error

it works outside of the loop, but not in it, which causes obvious problems
BlueClaw Game Development 6 6,394 Dec-05-2019, 10:18 PM
    Thread: pygame image loading error
Post: pygame image loading error

This pygame code does not work. All I am trying to do is load images to test an animation. import pygame pygame.init() win = pygame.display.set_mode((500, 500)) pygame.display.set_caption("pesto anch...
BlueClaw Game Development 6 6,394 Dec-05-2019, 09:00 PM
    Thread: Blackjack error
Post: RE: Blackjack error

ichabod801 Thank you! I'm only a student so this is super helpful.
BlueClaw Game Development 3 2,341 Oct-03-2019, 07:37 PM
    Thread: Blackjack error
Post: Blackjack error

When it gets to damage calculation in my blackjack rpg thing, 2d2 + 3d6 somehow does 146 damage. Help! #This is blackjack adventure import random global cards global corpoint strd2 = "d2" strd4 = "...
BlueClaw Game Development 3 2,341 Oct-03-2019, 02:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020