python accessible game tips

By BlindVisionMan, 10 March, 2026

Forum
App Development and Programming

Hi, learning python from bits. And now did a alien invasion game. Now trying to turn it into an accessible game, and chat gtp been helping me out, got an issue, where I use python 3.12 to then run the game in terminal. Have jaws 2026, nvda 2025.3 windows 11 home. And so got visuals studio code. So what is supposed to happen, when you then load the game, it then runs the tts speech and says play and a welcome message. Then use the left, right, up and down arrow keys, press control space to shoot the wave aliens. And then move from the top to left to righ off screen. So, got the wav sound which shoots. Then got the explosion sound, but supposed to trigger explosion when the alien is hit, for some reason, and have the wav files in the same folder and then did load the sounds using pygame.load(β€œβ€explosion.wav. and now don’t hear the explosion sound, looked at my code. So how do I get this sound to work, using pygam and using the pix tts speech engine. So, how to get that explosion to fire, do have a method to fire the bullets. So no explosion
So, how to get this to work. Have you got any ideas, or maybe some sample code to share, so then can try to fix this, and then cannot move forward until got this working, so did use the book python 3rd edition from eric mattherson.
Thank you for your time.
If you can help me, let me know.
Marvin.

Options