Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pygame

Cx_freeze: "no Module Named 'codecs'"

I've been desperately trying to compile my python pygame program into standalone executables to… Read more Cx_freeze: "no Module Named 'codecs'"

Snake Game: Snake Colliding With Itself

Hi I am currently writing a snake game code and I am nearly finished however I am having difficulty… Read more Snake Game: Snake Colliding With Itself

Draw A Circle In Pygame Using Tkinter

using bits of code from another question, I embedded a pygame window in a tkinter window, I'm t… Read more Draw A Circle In Pygame Using Tkinter

Is There Anything Wrong With The Python Code Itself?

Here is the original code I copied from Make Games with Python.2-Raspberry Pi, page 33: import pyga… Read more Is There Anything Wrong With The Python Code Itself?

How To Fix Arabic/persian Text And Font In Pygame?

I have this piece of code right here: import pygame pygame.display.init() pygame.font.init() win =… Read more How To Fix Arabic/persian Text And Font In Pygame?

Hide And Seek/maze Game In Pygame Not Working

I'm making a hide and seek/maze game. I'v bean working in the maze but when i move it somet… Read more Hide And Seek/maze Game In Pygame Not Working

Object To Shoot A Projectile

I'm trying to make my tanks shoot, and I did all the code I think I should have done but I don&… Read more Object To Shoot A Projectile

Pygame Window Won't Stay Open

I decided to try and make the snake-eating dot game on my own. I can't make my pygame window st… Read more Pygame Window Won't Stay Open