Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I have a problem about using OOP I guess :S
Post: RE: I have a problem about using OOP I guess :S

import pygame import time pygame.init() display_width = 600 display_height = 400 gameDisplay = pygame.display.set_mode((display_width,display_height)) white = (255,255,255) red = (255,0,0) c...
inarma Game Development 2 2,113 Nov-23-2018, 07:51 PM

User Panel Messages

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