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

'pygame' Is Not Defined

I've already installed the pygame(1.9.1 v). Here is my code: # 1 - Import library import pygame… Read more 'pygame' Is Not Defined

Pygame Fullscreen Mode Exit

I'm running this little program that loads images to the screen in fullscreen mode but once it … Read more Pygame Fullscreen Mode Exit

How To Control Snake With Only Two Keys I.e Left And Right

currently, i'm using all four keys to steer the snake left, right, up and down. I'm wonderi… Read more How To Control Snake With Only Two Keys I.e Left And Right

Installing Pygame On Mac Into Enthought Build

There were a number of unanswered questions on installing Pygame on a Mac but I am going to ask my … Read more Installing Pygame On Mac Into Enthought Build

How To Use Pygame Set_alpha() On A Picture

I am using pygame and python for a project I am building, and I am building a splashscreen for when… Read more How To Use Pygame Set_alpha() On A Picture

How Can You Edit The Brightness Of Images In Pygame?

I'm trying to make an OpenGL in python/pygame but I don't know how to add shadow. I don'… Read more How Can You Edit The Brightness Of Images In Pygame?